Organizations
organizations
Methods
post/v1/organizations
Create a new organization
get/v1/organizations/{organization_id}
Get details about an Organization
patch/v1/organizations/{organization_id}
Update an existing organization
get/v1/organizations
List organizations
query Parameters
cursor: string
Optional
Pagination cursor returned by a previous request
limit: number
(maximum: 100, minimum: 10, default: 10)Optional
Maximum number of items to return
Response fields
Request example
200Example
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.