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
- Clear User Lock State
- Create User
- Export Access Numbers
- Export User Phone Numbers
- Get User Data
- 1 Get User Lock State
- Update User
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 }