Replace a user
PUT/scim/v2/Users/:id
Replace a user's attributes. Attributes omitted from the request are
cleared. userName (email) and other fields are validated; an invalid
email returns 400.
Request
Responses
- 200
- 400
- 401
- 404
- 409
The updated user.
Bad request. Input validation failed or a filter could not be parsed.
Unauthorized. The SCIM bearer key is missing or invalid, or the key is
valid but the partner does not have the scim_api scope enabled.
Not found. The user does not exist, or exists but belongs to a different
partner than the one the key is bound to. An invalid account id format
also resolves to 404.
Conflict. A user with this userName already exists for the partner.