How to move app, database and users from one tenant to another

I have created app, database and users on one tenant and want to move all those data to my new production tenant, is there any way to do so?

Hey there @rabingaire!

Great to have you in our community! So when it comes to the first part of your questions I’m not sure. We do have an extension for importing / exporting users:

but let me research the rest and get back to you!

Hey @konrad.sopala thank you for the warm welcome

For the application and database configurations, you would use the Auth0 Management API to transfer them over.

1 Like

Yep I got it confirmed that anything that’s available through a management API GET/PATCH is technically “migratable” to another tenant.

So the solution is Auth0 Management API + User Import / Export Extension.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.