Get Group

Use this API to retrieve details for a specific SCIM group. The response will include details such as the created date, last modified date, and list of users within the SCIM group. 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 Legacy SCIM Integration that leverages SCIM groups, which are unique role-organization combinations that each represent a specific role within a particular organization. For more information, see Legacy SCIM User Provisioning.
Path Params
uuid
required

ID that uniquely identifies the SCIM group. The groupId can be obtained using the [Get List of Groups]
(/onetrust/reference/listgroupsusingget) API.

Query Params
string
enum
length ≀ 255

The parameter to exclude the list of group members from the response when retrieving details of a specific group.

Allowed:
Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

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