enterprise-admin
Update an attribute for a SCIM enterprise group
Note: The SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
Update a provisioned group’s individual attributes.
To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.
patch/scim/v2/Groups/{scim_group_id}
Path parameters
scim_group_idstring required
Example:7fce0092-d52e-4f76-b727-3955bd72c939
A unique identifier of the SCIM group.
Request body
Response
Success, group was updated