Get an Organization

Retrieve information about a specific Organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
The Organization's ID.

Query parameters

isLookUpOnlybooleanOptional
Whether to show only Organization metadata.

Response

OK
allowEnhancedSupportAccessboolean
Whether the organization allows CRE to have view access to their entities
createdAtstringformat: "date-time"

The time when the Organization was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

createdByobject
idstring
The Organization's ID.
isScimEnabledboolean
Whether SCIM is enabled for the Organization.
namestring
The Organization's name.
supportPlanenum
The Organization's support plan.
updatedAtstringformat: "date-time"

The time when the Organization was last updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

updatedByobject
billingEmailstring
The Organization's billing email.
managedDomainslist of objects
The list of managed domains configured in the Organization.
paymentMethodenum
The Organization's payment method.
productenum
The Organization's product type.
Allowed values:
productPlanslist of objects
statusenum
The Organization's status.
Allowed values:
trialExpiresAtstringformat: "date-time"

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.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error