GET /scim/Groups/{id}
SCIM 2.0 Get a specific group
SCIM None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Group ID |
Referenced Schemas
domain.SCIMGroup
| Field | Type | Required | Example | Constraints | Description |
displayName |
string |
No |
|
|
|
externalId |
string |
No |
|
|
|
id |
string |
No |
|
|
|
members |
array of
See domain.SCIMMember |
No |
|
|
|
meta |
domain.SCIMMeta |
No |
|
|
|
schemas |
array of
string |
No |
|
|
|
domain.SCIMMember
| Field | Type | Required | Example | Constraints | Description |
$ref |
string |
No |
|
|
|
display |
string |
No |
|
|
|
value |
string |
No |
|
|
|
domain.SCIMMeta
| Field | Type | Required | Example | Constraints | Description |
created |
string |
No |
|
|
|
lastModified |
string |
No |
|
|
|
location |
string |
No |
|
|
|
resourceType |
string |
No |
|
|
|