Bulk Deleting Users

Feature: Bulk Deleting Users

Description: Currently when managing users we have a highly restrictive API rate limit for testing environments. On development, I can only delete 2 users a second which when managing 1000s of test users can take a very long time to batch delete soo many users.

It would be good if we can bulk delete users which will help when we are wanting to “reset” our auth0 environment.

Use-case: As per our agreements with our clients, we do not use any client data that contains any personally identifiable information relating to their account. But during development we sometimes need to use a production database backup that gets “obfuscated” and part of this obfuscation is generating random names and email addresses of our users. So between production backups, we will need to purge our auth0 user base and then import the users under new email addresses.

Hey there!

Thank you for creating this feedback card. Make sure to upvote it so it attracts as much attention from other community members as well. We review those Feedback topics on a monthly basis and will get back to you as soon as we have any updates on that front!

1 Like

Would be a very helpful feature!

3 Likes

If you are using Database Authentication and looking for a complete “reset” one-way of doing this is just to delete and recreate the connection. Not sure it would work for any other connection type though.