I’m having trouble for users not coping with password-less email login
Requesting a lot of codes way to fast, and then entering the wrong code, and being block by the brute-force-filter.
There seems to be no way I can get a list of these users, except pulling each user thru th /user-blocks api endpoint, and to me it doesn’t sound very efficient. Neither for me nor for Auth0, to force me the sweep thru all my users, to detect who has been blocked.
Is there any other way to get a lost of all blocked users?
The normal blocked users is listed to me via the /users API-endpoint
You can use the Management API’s List of search users endpoint to get a list of users. Then you can add a filter for blocked users using q=blocked:true in your request.