GET api/scim/v2/groups/{scimId}
Retrieves a specific user group by its SCIM identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scimId |
The SCIM-compliant GUID of the group to retrieve. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with the group details. On failure: HTTP 404 Not Found if the group does not exist or the ID is invalid.
Group| Name | Description | Type | Additional information |
|---|---|---|---|
| displayName | string |
None. |
|
| members | Collection of GroupMember |
None. |
|
| schemas | Collection of string |
None. |
|
| id | globally unique identifier |
None. |
|
| externalId | string |
None. |
|
| meta | ResourceMetadata |
None. |
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.