I have two tenants in auth0. From one of the tenant I have export all users into JSON file (used “User import / Export” extension) and imported them into another tenant. The users got imported into new tenant. So now I want to send a password reset email to each users available into my new tenant. I am having hard time finding a way to achieve this. Any help is appreciated.
Hi @amaan-khan,
Welcome to the Auth0 Community!
You can send password reset emails via the Authentication API Explorer change password endpoint.
This doc goes into detail: Change Users' Passwords.