From Bright Pattern Documentation
Jump to: navigation, search
 
Line 1: Line 1:
 
<translate>= Clear User Lock State=
 
<translate>= Clear User Lock State=
This API is used to reset a temporary lockout if a user's account has been temporarily locked out after too many invalid login attempts.
+
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>
  
== URL ==
+
=== HTTP Method ===
http[s]://<host>:<port>/configapi/v2/user/lock/<login_id>
 
 
 
== Method ==
 
 
PUT
 
PUT
  
 
== Response ==
 
== Response ==
{  
+
  {  
  "lockedOut":false
+
    "lockedOut":false
}  
+
  }  
  
  
Line 18: Line 18:
  
  
<center>[[user-management-api-specification/GetUserLockState|< Previous]]</center>
 
 
</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>

< Previous | Next >