Modify Group or Team

Modify an existing org group or team.

Path Params
string
required

ID of the Lucid group.

Query Params
attributes
array of strings

Comma-separated list of attribute names to return in the response. The attribute id is always returned. Available attributes are schemas, displayName, members, and meta. Cannot be used with excludedAttributes.

attributes
excludedAttributes
array of strings

Comma-separated list of attribute names to exclude from the response. The attribute id is always returned and cannot be excluded. Can exclude schemas, displayName, members, or meta. Cannot be used with attributes.

excludedAttributes
Body Params
schemas
array of strings

URIs identifying the SCIM schemas that describe this resource's attributes.

schemas
Operations
array of objects

Type of operation being performed (add, remove, or replace).

Operations
Responses

400

Bad Request. Occurs if the request body syntax is incorrect.

401

Unauthorized. Occurs if bearer token is invalid.

404

Not Found. Occurs if the group was not found.

409

Conflict. Occurs if the group name already exists on the account. Org group and team namespaces are distinct, though the latter includes archived teams.

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