Modify User Group

Use this API to update a specific user group. Group membership can be updated using the add, remove or replace operations. Depending on the operation and the request body that contains the list of users, members are either added, removed or replaced from the group. When a user is added to the group, that user is assigned to the role and organization that comprises the group.

Additional Information

  • Supported Patch operations are Add, Remove, and Replace. The opeartion is identified by the op attribute in the request body.
  • Users that are added to a new group will continue to retain membership of any groups that they are already a part of.

Example Request

PATCH https://{hostname}/api/scim/v3/Groups/{groupId}

PATCH https://trial.onetrust.com/api/scim/v3/Groups/444fd8af-e1ee-4742-b1af-94165a8c28c6

Recipes
👥
Updating a User's Role & Organization
Open Recipe
Language
Authorization
OAuth2