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. | |
+ | == Request == | ||
+ | === URL === | ||
+ | http[s]://<host>/configapi/v2/user/lock/<login_id> | ||
− | == | + | === HTTP Method === |
− | |||
− | |||
− | == | ||
PUT | PUT | ||
== Response == | == Response == | ||
− | + | { | |
− | + | "lockedOut":false | |
− | + | } | |
Line 18: | Line 18: | ||
− | |||
</translate> | </translate> |
Revision as of 23:48, 13 November 2018
• 5.2
<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.
Request
URL
http[s]://<host>/configapi/v2/user/lock/<login_id>
HTTP Method
PUT
Response
{ "lockedOut":false }
</translate>