Change a device password
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/device-password/:extId/change
Since: 8.2511.0
Required permission(s): AccessControl.CredentialModify or SelfAdmin Role
Changes the device password of the specified credential belonging to the given user.
The oldPassword parameter in the request body is mandatory when a self-admin user changes their own password. When the caller changes the password of another user, the oldPassword parameter should be omitted and will be ignored.
This operation is not available when the password policy has resetCodeEnabled set to true.
Request
Responses
- 204
- 403
- 404
- 422
Device password changed successfully
Operation restricted
Referenced resource not found
Invalid request parameters