# Unlock authenticator

Unlocks a user's authenticator by clearing all attempts data for the locked user. Required permissions: apps:edit, [appId]:edit, authenticators:edit.

Endpoint: POST /v1/users/{user_id}/authenticators/{authenticator_id}/unlock
Security: ClientAccessToken

## Path parameters:

  - `user_id` (string, required)
    ID of the user

  - `authenticator_id` (string, required)
    ID of the authenticator to unlock.


## Response 204 fields
