Retrieve details of all Brute-force Protection blocks for the user with the given ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
user_id of the user blocks to retrieve.
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 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).