Update an Organization
Update an Organization's details.
Path parameters
organizationId
The Organization's ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
billingEmail
The Organization's billing email.
isScimEnabled
Whether SCIM is enabled for the Organization.
name
The name of the Organization.
Response
OK
createdAt
The time when the Organization was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
createdBy
id
The Organization's ID.
isScimEnabled
Whether SCIM is enabled for the Organization.
name
The Organization's name.
supportPlan
The Organization's support plan.
updatedAt
The time when the Organization was last updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
updatedBy
billingEmail
The Organization's billing email.
managedDomains
The list of managed domains configured in the Organization.
paymentMethod
The Organization's payment method.
Allowed values:
product
The Organization's product type.
Allowed values:
productPlans
status
The Organization's status.
Allowed values:
trialExpiresAt
The time when the Organization’s trial expires in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
. Organizations that are no longer in Trial will not have a expiry date.