Skip to main content
PUT

Authorizations

string
required
This API uses OAuth 2.0 with the authorization code grant flow.

Path

string
required
The ID of the group to update.

Body

application/json
string[]
required
Must include "urn:ietf:params:scim:schemas:core:2.0:Group".
string
required
The new display name for the group. Must be non-empty after trimming whitespace. Must be unique within the workspace.
object[]
required
The complete new member list. This fully replaces the existing membership — members not included are removed.

Response

string[]
Always ["urn:ietf:params:scim:schemas:core:2.0:Group"].
string
The unique ID of the group.
string
The updated display name of the group.
object[]
The updated member list.
object