Skip to main content

createOrganization

Create a new organization for the current user Creates Keycloak native organization, UMA resource, and group hierarchy The current user is automatically added as an admin of the organization No authorization required - any authenticated user can create an organization

The alias becomes the permanent identifier for the organization and cannot be changed. If alias is not provided, it will be auto-generated from the title.

createOrganization(
input: CreateOrganizationInput!
): CreateOrganizationResponse!

Arguments

createOrganization.input ● CreateOrganizationInput! non-null input

Type

CreateOrganizationResponse object

Response from creating an organization