Skip to main content

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

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123

Responses

Password credential unlocked successfully

Loading...