Update Group

Use this endpoint to update a group. See Group for more information.

Path Params
integer
required

The unique ID of the SCIM resource.

Query Params
string

When included, each resource returned will contain the minimum set of resource attributes and any attributes or sub-attributes explicitly requested.

string

When included, each resource returned will contain the minimum set of resource attributes. Additionally, the default set of attributes minus those attributes listed in "excludedAttributes" is returned.

Body Params

Request body parameters for updating a group.

string

A human-readable name for the Group.

string | null

A custom, user-supplied ID.

string

The ID of this resource instance.

members
array of objects
length ≥ 0

A list of members of the Group.

members
object | null

An object containing group metadata properties.

schemas
array of strings

A schema for representing the group's configuration.

schemas
Responses

400

Invalid format or content of the request.

401

The SCIM token is invalid.

404

A required entity is missing.

409

A conflict occurred with the current state of the target resource.

Language
Credentials
URL
Choose an example:
application/scim+json
application/json