From Bright Pattern Documentation
Line 1: | Line 1: | ||
<translate>= Get User Lock State= | <translate>= Get User Lock State= | ||
− | + | Checks whether a user's account has been temporarily locked out after too many invalid login attempts. | |
− | == URL == | + | == Request == |
− | http[s]://<host | + | === URL === |
+ | http[s]://<host>/admin/ws/t/<tenant_url>/user/lock/<login_id> | ||
− | == Method == | + | === HTTP Method === |
GET | GET | ||
== Response == | == Response == | ||
− | { | + | { |
− | + | "lockedOut":true | |
− | + | } | |
− | + | ||
− | } | ||
− | |||
</translate> | </translate> |
Latest revision as of 23:44, 13 November 2018
Contents
- Introduction
- API Specification
User Management API Specification
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 }