Hi,
I’m having an issue, I’m migrating my User base from firebase to auth0 with Lazy Migration.
We have a user that tried to log in with the wrong credentials and got blocked because of Brute Force Attack protection.
The problem is, I don’t have her user in the User Management → Users list
I followed this instruction: How to unblock a user that isn't in the user list - #2 by thameera
But didn’t work, I used this endpoint: https://auth0.com/docs/api/management/v2#!/User_Blocks/delete_user_blocks
Got the 204 response but the user is still blocked, I have her IP, is there a way to unblock her by IP?
As suggestion, this should be a lot easier to handle from the dashboard in my opinion.
Thanks