Update a Group

Documentation on updating a Group via SCIM. This includes updating group membership.

OAuth Scope required: scim.groups.updateGroups

Path Params
string
required

A group's unique id can be identified using the Retrieve all Groups endpoint with a filter parameter

Query Params
string

A comma-separated list of attributes to exclude from the resources in the response.

Body Params
schemas
array of strings
required
Defaults to urn:ietf:params:scim:api:messages:2.0:PatchOp
schemas*
Operations
array of objects
required

Operations for updating groups. See snippets below for more details.

Operations*
Headers
string

Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.

string

Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.

Responses

204

204 No Content

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json