Skip to main content

updateOrganization

Update organization information (title and contact details). The organization alias/ID cannot be changed. Stores contact data in Keycloak organization attributes. Requires edit permission on the organization.

updateOrganization(
organizationId: String!
input: UpdateOrganizationInput!
): OrganizationInfo!

Arguments

updateOrganization.organizationId ● String! non-null scalar

updateOrganization.input ● UpdateOrganizationInput! non-null input

Type

OrganizationInfo object

Organization information including contact details. Stores title (editable) and contact fields in Keycloak organization attributes. The alias/ID is immutable after creation.