Update a User completely
PUT/user-scim-srv/v2/Users/:userId
This API call updates a user by ID (sub).
Fields defined in the SCIM mapping are accepted in the request body. The request body shows example fields that can be defined in the SCIM mapping.
Request
Responses
- 200
- 400
- 401
- 404
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
Represents an error response in context of the scim protocol, see section 3.12 in RFC7644.