PUT api/scim/v2/groups/{scimId}
Updates an existing group identified by its SCIM-compliant GUID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scimId |
The SCIM-compliant GUID of the group to update. |
string |
Required |
Body Parameters
The updated SCIM group resource containing new values for the group.
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. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded, application/scim+json
Sample:
Sample not available.
Response Information
Resource Description
On success: HTTP 200 OK with the updated group resource. On failure: HTTP 400 Bad Request or 404 Not Found depending on the error.
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.