GET api/scim/v2/groups/{scimId}
Returns the specified Group if found
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scimId |
The id of the Group to be retrieved |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A HTTP 200 Ok containing the urn:ietf:params:scim:schemas:core:2.0:Group, or a 404 Not Found
GroupName | Description | Type | Additional information |
---|---|---|---|
displayName | string |
None. |
|
members | Collection of GroupMember |
None. |
|
schemas | Collection of string |
None. |
|
id | string |
None. |
|
externalId | string |
None. |
|
meta | ResourceMetadata |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.