Get an organization by its ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
Type of Object, always equals to "organization"
idstringRequired
Unique identifier for the organization
titlestring · min: 2 · max: 255RequiredPattern:
Name of the organization
\S.*\ScreatedAtstring · date-timeRequired
emailDomainsstring[]Required
hostnamestring · min: 3 · max: 32Optional
Default hostname for the organization's public content, e.g. .gitbook.io
typestring · enumRequiredPossible values:
useCasestring · enumOptionalPossible values:
communityTypestring · enumOptionalPossible values:
defaultRolestring · enum · nullableOptionalPossible values:
The role of a member in an organization, null for guests
defaultContentone ofOptional
The default content for the organization
ssobooleanOptional
Whether SSO is enforced organization-wide
aibooleanOptional
If true, the organization is configured to use all our AI features.
inviteLinksbooleanRequired
If true, invite links are enabled for this organization.
planstring · enumRequiredPossible values:
Name of the product
mergeRulesone ofRequired
or
customHostnamestringOptional
Custom hostname linked to this organization
404
No matching organization found for given id
application/json
get/orgs/{organizationId}
Last updated
Was this helpful?