Version 4.0.24.12
Get currently locked-out users.
Request
GET
/user_login_lockouts
Datatype
Description
Request
query
Expand HTTP Query definition...
fields
Include only these fields in the response
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
Examples
Kotlin
https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt |
Swift
https://github.com/looker-open-source/sdk-codegen/blob/main/swift/looker/Tests/lookerTests/smokeTests.swift |