Find brute-force blocked users in User Management panel

Feature: Find brute-force blocked users in User Management panel

Description:

Right now, there is no easy way to find all blocked users in the Auth0 user management panel (User Management β†’ Users). There is an option to find users which were manually blocked by Auth0 admin or Management API, by using blocked: true query. However, as mentioned on User Search Query Syntax , this does not include users that were blocked by brute-force protection.

It would be useful for Auth0 admins to be able to search for all blocked users, including those blocked by brute-force protection.

Use-case:

As Auth0 admin, I would like to investigate users that were blocked by brute-force protection. This is to proactively:

  • Check which and how many users were legitimately blocked, to see if we need to implement additional protection measures
  • Check if some users were blocked by mistake, e.g. due to the Link Protection issue with Passwordless login: "Link protect" software breaks passwordless auth

Hi @jak,

Welcome to the Auth0 Community and thanks for the feedback!

Don’t forget to upvote your post. Thanks!

Echoing this request here, this would abe helpful in our project.

1 Like

Thanks for the feedback @z.gates and welcome to the Auth0 Community!