PATCH api/scim/v2/groups/{scimId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scimId | string |
Required |
Body Parameters
PatchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| schemas | Collection of string |
None. |
|
| operations | Collection of PatchOperation |
None. |
Request Formats
application/json, text/json
Sample:
{
"schemas": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
application/scim+json
Sample:
{
"operations": null,
"schemas": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
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.