Reset a device password
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/device-passwords/:extId/reset
Since: 8.2511.0
Required permission(s): AccessControl.CredentialView,AccessControl.CredentialModify or SelfAdmin Role
Resets the device password credential with the given external ID belonging to the specified user.
Depending on the password policy, the response either contains a part of the generated password in the passwordFragment field (HTTP 201) or no content is returned (HTTP 204).
Supports self-admin mode with JWT token validation.
Request
Responses
- 201
- 403
- 404
- 422
Device password reset successfully, password fragment returned
Operation restricted
Referenced resource not found
Invalid request parameters