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

path Parameters
organization_id: string
Response fields
Request example
200Example
Update Organization ->
patch/v1/organizations/{organization_id}

Update an existing organization

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

List organizations

Leave Organization ->
post/v1/organizations/{organization_id}/leave

Leave an Organization

Domain types

Organization = { id, created_at, domains, 6 more... }

Organization response.

OrganizationDomain = { id, domain, verified }

Organization domain details.

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

Current user's membership details.

OrganizationServices = { cloud, scim, siem, 1 more... }

Services that the Organization has access to.