Reset passwords in bulk

My company is pursuing a new security certification. We have a requirement to develop a procedure whereby passwords are changed in the event of a security incident or suspected system compromise.

I know that we can reset the password of a particular user using the API or Dashboard. But in a situation where we are responding to a potentially compromised system, we may need to change the passwords for many users.

What would be the best way to handle this in Auth0? Is there any option besides just walking through every user one by one? Could we reset passwords for all users in a particular group somehow, like all users in one Organization or in one Database Connection?

1 Like

a bulk password_reset endpoint is important for these cases.