Get organization details
Retrieves detailed information about a specific organization by its Keycloak UUID. The user must have permission to view the organization. Returns database metadata plus the Keycloak organization alias (for OIDC org switching).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the organization
Response
Successful Response
Full organization representation for GET /organizations/{org_id}.
Keycloak organization UUID (tenant id for APIs, OpenFGA, and data scoping)
Display name of the organization
Keycloak organization alias (URL-safe slug for OIDC scope=organization:)
Timestamp when the organization was created
Description of the organization
Timestamp when the organization was last updated

