Unlock a password credential
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/password/unlock
Since: 2.78.0
Required permission(s): AccessControl.CredentialView,AccessControl.CredentialModify
Unlocks the password credential of the user with the given external ID, belonging to the specified client.
Changes the state of the credential to active and resets the failedLoginCount and successfulLoginCount to 0.
Request
Responses
- 204
- 403
- 404
Password credential unlocked successfully
Insufficient permissions
Referenced resource not found