How to check Account Lockout Policy logs
Account Lockout Policy generates logs containing information related to the failed login attempts and account lockouts. This way, you can monitor security events and take action.
This guide walks you through checking the logs generated by Account Lockout Policy.
Go to Account Lockout Policy referenceChecking Account Lockout Policy logs
- Run the following
GET
request in your terminal to retrieve the data of blocked users.
- You’ll receive a response similar to this:
Where:
Key | Description |
---|---|
count | Represents the number of blocked user accounts. Example: 2 |
id | Represents the unique identifier for a user |
lockout | Integer |
- Additionally, you can also run the following
GET
request in your terminal to retrieve the data of allowed users.
- You’ll receive a response similar to this: