PUT api/scim/v2/groups/{scimId}
Modifies the specified Group.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scimId |
Id of the group to modify |
string |
Required |
Body Parameters
A urn:ietf:params:scim:schemas:core:2.0:Group with the modifications to make to the new group
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. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A HTTP 200 Ok containing the modified urn:ietf:params:scim:schemas:core:2.0:Group
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.