Organizations
organizations
Methods
post/v1/organizations
Create a new organization
get/v1/organizations/{organization_id}
Get details about an Organization
path Parameters
organization_id: string
Response fields
Request example
200Example
patch/v1/organizations/{organization_id}
Update an existing organization
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.