Update a User partially
PATCH/user-scim-srv/v2/Users/:userId
This API call partially updates a user by ID (sub).
Only values defined in the SCIM mapping are accepted.
Request
Responses
- 200
- 400
- 401
- 404
OK
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
Represents an error response in context of the scim protocol, see section 3.12 in RFC7644.