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

List Organizations -> Cursor<>
get/v1/organizations

List organizations

query Parameters
cursor: string
Optional

Pagination cursor returned by a previous request

limit: number
Optional
(maximum: 100, minimum: 10, default: 10)

Maximum number of items to return

Response fields
Request example
200Example

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.