Get All User Login Lockouts

Version 4.0.24.6 (latest)

Get currently locked-out users.

Request

GET /user_login_lockouts
Datatype
Description
Request
HTTP Request
query
HTTP Query
Expand HTTP Query definition...
fields
string
Include only these fields in the response

Response

200: User Login Lockout

Datatype
Description
(array)
can
object
Operations the current user is able to perform on this object
key
string
Hash of user's client id
auth_type
string
Authentication method for login failures
ip
string
IP address of most recent failed attempt
user_id
string
User ID
remote_id
string
Remote ID of user if using LDAP
full_name
string
User's name
email
string
Email address associated with the user's account
fail_count
integer
Number of failures that triggered the lockout
lockout_at
string
Time when lockout was triggered

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples