enterprise-admin
Update an attribute for a SCIM enterprise group
Update a provisioned group’s individual attributes.
To modify a group's values, you'll need to use a specific Operations JSON format which must include at least one of the following operations: add, remove, or replace. For examples and more information on this SCIM format, consult the SCIM specification. The update function can also be used to add group memberships.
You can submit group memberships individually or in batches for improved efficiency.
[!NOTE] Memberships are referenced via a local user id. Ensure users are created before referencing them here.
patch/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}
Path parameters
scim_group_idstring required
Example:7fce0092-d52e-4f76-b727-3955bd72c939
A unique identifier of the SCIM group.
enterprisestring required
The slug version of the enterprise name.
Request body
Response
Success, group was updated