Go
Get a user's blocks
Retrieve details of all Brute-force Protection blocks for the user with the given ID.
GET
Go
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de chemin
user_id of the user blocks to retrieve.
Paramètres de requête
If true and Brute Force Protection is enabled and configured to block logins, will return a list of blocked IP addresses.
If true and Brute Force Protection is disabled, will return an empty list.Réponse
User block successfully retrieved.
Array of identifier + IP address pairs. IP address is optional, and may be omitted in certain circumstances (such as Account Lockout mode).