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

• 3.16 • 3.17 • 3.18

Get User Lock State

Checks whether 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

GET

Response

{
   "lockedOut":true
}


< Previous | Next >