Version 4.0.24.14
Search currently locked-out users.
Request
GET
/user_login_lockouts/search
Datatype
Description
Request
query
Expand HTTP Query definition...
fields
Include only these fields in the response
page
DEPRECATED. Use limit and offset instead. Return only page N of paginated results
per_page
DEPRECATED. Use limit and offset instead. Return N rows of data per page
limit
Number of results to return. (used with offset and takes priority over page and per_page)
offset
Number of results to skip before returning any. (used with limit and takes priority over page and per_page)
sorts
Fields to sort by.
auth_type
Auth type user is locked out for (email, ldap, totp, api)
full_name
Match name
email
Match email
remote_id
Match remote LDAP ID
filter_or
Combine given search criteria in a boolean OR expression
Response
200: User Login Lockout
Datatype
Description
(array)
can
lock
Operations the current user is able to perform on this object
key
lock
Hash of user's client id
auth_type
lock
Authentication method for login failures
ip
lock
IP address of most recent failed attempt
user_id
lock
User ID
remote_id
lock
Remote ID of user if using LDAP
full_name
lock
User's name
email
lock
Email address associated with the user's account
fail_count
lock
Number of failures that triggered the lockout
lockout_at
lock
Time when lockout was triggered
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link