Update a Group completely
PUT/user-scim-srv/v2/Groups/:groupId
This API call updates group by group ID.
Request
Responses
- 200
- 400
- 401
- 404
Data of Group identified by groupId successful updated.
Represents an error response in context of the scim protocol, see section 3.12 in RFC7644.
Unauthorized: if access token is not valid or access token doesn't provide scope SCIM_WRITE
Not Found