Update properties of a user
PATCH/nevisidm/api/core/v1/:clientExtId/users/:extId/properties
Since: 2.79.0
Required permission(s): AccessControl.UserView,AccessControl.UserModify,AccessControl.PropertyView,AccessControl.PropertyValueView,AccessControl.PropertyAllowedValueView,AccessControl.PropertyValueCreate,AccessControl.PropertyValueDelete,AccessControl.PropertyValueModify
Updates the properties of the user with the given external ID, belonging to the client with the given external ID. The body has to contain an object of key-value property pairs.
Request
Responses
- 200
- 403
- 404
- 422
User properties updated successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters