Groups
Update a SCIM group
Fully replaces a SCIM group’s display name and member list.
Required scopes: user_management:read-write.
PUT
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path
The ID of the group to update.
Body
application/jsonMust include
"urn:ietf:params:scim:schemas:core:2.0:Group".The new display name for the group. Must be non-empty after trimming whitespace. Must be unique within the workspace.
The complete new member list. This fully replaces the existing membership — members not included are removed.
Response
Always
["urn:ietf:params:scim:schemas:core:2.0:Group"].The unique ID of the group.
The updated display name of the group.
The updated member list.