Create a new organization
Creates a new tenant organization in the hub Keycloak realm (server-generated UUID), default organization groups, a database record, and OpenFGA permissions. Display name is provided by the caller; Keycloak assigns id and alias. Automatically creates default organization groups and sets up permissions in OpenFGA.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Successful Response
Response after successfully creating an organization.
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

