Organizations

organizations

Methods

Create Organization ->
post/v1/organizations

Create a new organization

Get Organization Details ->
get/v1/organizations/{organization_id}

Get details about an Organization

Update Organization ->
patch/v1/organizations/{organization_id}

Update an existing organization

path Parameters
organization_id: string
Response fields
Request example
200Example
List Organizations -> Cursor<>
get/v1/organizations

List organizations

Domain types

Organization = { id, created_at, membership, 5 more... }

Organization response.

OrganizationList = { items, pagination }
OrganizationMembership = { id, role }

Current user's membership details.

Services = { cloud }

Services that the Organization has access to.