C#
Get organization
Retrieve details about a single Organization specified by ID.
GET
C#
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the organization to retrieve.
Response
Organization successfully retrieved.
Organization identifier.
Maximum string length:
50The name of this organization.
Required string length:
1 - 50Friendly name of this organization.
Required string length:
1 - 255Theme defines how to style the login pages.
Metadata associated with the organization, in the form of an object with string values (max 255 chars). Maximum of 25 metadata properties allowed.
Controls whether this organization can be used in user flows with third-party clients. Defaults to block.
Available options:
block, allow