Can I migrate users from one Auth0 database to another via management API?
Hello,
Yes, you can migrate users between Auth0 databases using the Management API. Use the /post_users_imports
endpoint to import users into the new database. Note that password hashes are not transferred, so users will need to reset their passwords.
Best Regards,
Mary Chess
Hello @mihirgt,
Welcome back to the Auth0 community!
You can export the users from your Auth0 database using the Management API. It is also possible to do it using the Import/Export users extension. I am attaching a Knowledge Solution that will guide you in exporting the users from your tenant: Get or Export Users from the Tenant
I hope this was useful.
Thanks,
Tudoir
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.