From Bright Pattern Documentation
Line 1: | Line 1: | ||
<translate>= Clear User Lock State= | <translate>= Clear User Lock State= | ||
− | + | Resets a temporary lockout, if 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 === |
PUT | PUT | ||
== Response == | == Response == | ||
− | + | { | |
− | + | "lockedOut":false | |
− | { | + | } |
− | + | ||
− | } | + | |
− | + | ||
+ | |||
</translate> | </translate> |
Latest revision as of 23:47, 13 November 2018
Contents
- Introduction
- API Specification
User Management API Specification
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 }