/realms/{realmId}/organizations/{organizationId}/groups/{groupId}
Organizations
/realms/{realmId}/organizations/{organizationId}/groups/{groupId}
PUT
/realms/{realmId}/organizations/{organizationId}/groups/{groupId}
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json
Successful response
Org-scoped user groups (identity groups collection).
Groups are authored by org/realm ADMINs and consumed by the ruleengine business-policy engine: a business_policies approval entry of type GROUP points at a group id, and the policy-request creation resolves it to the concrete member users through IdentityClient.getOrganizationGroup.
NOTE the field names realm/organization (NOT realmId/organizationId) — that is identity's own persistence convention (see customField).