From Bright Pattern Documentation
Contents
- Introduction
- API Specification
User Management API Specification
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.
URL
http[s]://<host>:<port>/admin/ws/t/<tenant_url>/user/lock/<login_id>
Method
PUT
Response
{ "lockedOut":false } |