From Bright Pattern Documentation
Jump to: navigation, search
This page contains changes which are not marked for translation.

• 3.16 • 3.17 • 3.18

Clear User Lock State

Resets a temporary lockout, if a user's account has been temporarily locked out after too many invalid login attempts.

Request

URL

http[s]://<host>/admin/ws/t/<tenant_url>/user/lock/<login_id>

HTTP Method

PUT

Response

{
   "lockedOut":false
}



< Previous | Next >