Patch user
PATCH/nevisidm/api/scim/v1/:clientExtId/Users/:id
Applies partial updates to a user using SCIM PATCH operations (add, replace, remove). Supports patching credentials, profiles, authorizations, addresses, emails, phone numbers, login info, and custom properties.
By default, the patched user is returned in the response body (200 OK). If performGet is set to false in the request body (or the server-side default application.scim.patch-performs-get-by-default is false), returns 204 No Content instead.
Request
Responses
- 200
- 400
- 404
- 422
User patched and returned successfully
Invalid SCIM request
SCIM user not found
Request body parse error