Retrieve details of all Brute-force Protection blocks for a user with the given identifier (username, phone number, or email).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Should be any of a username, phone number, or email.
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.User successfully retrieved.
Array of identifier + IP address pairs. IP address is optional, and may be omitted in certain circumstances (such as Account Lockout mode).