Modify User Group

Use this API to partially update user group details and/or user group membership. This API should only be used when provisioning and managing users from your Identity Provider using the System for Cross-Domain Identity Management (SCIM) standard to facilitate the automated creation of user identities from a third-party identity management application.

🗒

Things to Know

  • This API supports OneTrust's Enhanced SCIM Integration that leverages Group Provisioning to manage access for users by provisioning them to one or more user groups. For more information, see SCIM User & Group Provisioning.
  • When a user is added as a member of a user group, the user is provisioned with the role and organization configured for that user group. If the user belongs to other user groups, the user will still retain existing membership with those groups as users can be assigned to multiple roles and multiple organizations.
Path Params
uuid
required

ID that uniquely identifies the SCIM group. The groupId can be obtained using the Get Groups API.

Body Params
string
length ≤ 100

External Id

string
schemas
array of strings
string
length between 1 and 255

Display name of the group

urn:ietf:params:scim:schemas:onetrust:Group
object
Operations
array of objects
Operations
Responses
204

No Content

Group details updated successfully.

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Choose an example:
*/*