Update a group by its ID

A groups members or its role can be changed via an update to it. Group operations can fail due to license constraints. User cannot be a member of more than 50 groups.

SecurityAuthorization
Request
path Parameters
id
required
string

Group ID

query Parameters
attributes
string

Attributes to include

excludedAttributes
string

Attributes to exclude

Request Body schema:

A JSON object describing the group after the update.

object
Responses
200

OK

204

OK, but no content to return.

400

Bad Request. Please check the response contents for an explanation of the cause. Causes include exceeding the team license, non-existing group members or exceeding the maximum of 50 groups per User.

401

Unauthorized. Please check whether your API key or application key has sufficient permissions. In case you are unsure, please refer the documentation on application keys and permissions.

403

Forbidden

500

An internal error happened. Please forward the associated error ID along with any helpful information to our support

put/scim/v2/Groups/{id}
Request samples
{
  • "schemas": [
    ],
  • "externalId": "13371337",
  • "displayName": "SCIM Group#1",
  • "members": [ ],
  • "role": "ANALYST"
}