v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
User groups

Retrieve user group

Retrieves a user group using its unique ID.

get/scim/v2/groups/{userGroupId}

Path parameters

userGroupIdstring required

The ID of the group to be retrieved

Response

User group details

idstring

Unique identifier for the group

displayNamestring

The name of the group

schemasstring[]

SCIM schema information for the group

Example response

{
  "meta": {
    "resourceType": "Group"
  }
}