Update a user
PATCH/nevisidm/api/core/v1/:clientExtId/users/:extId
Since: 2.71.0
Required permission(s): AccessControl.UserView,AccessControl.UserModify,AccessControl.UserModifyTechUser or SelfAdmin Role
Updates the user with the given external ID, belonging to the client with the given external ID. From version 2.82, updating the custom properties of a user in the same call is also possible.
Request
Responses
- 200
- 403
- 404
- 409
- 422
User updated successfully
Operation forbidden
Referenced resource not found
Optimistic locking conflict
Invalid user operation data