Migrate tenant from one account to another

Hi @jervy.escoto,

Welcome to the Auth0 Community!

I understand you would like to migrate tenant settings from one tenant to another.

That is possible by using the Auth0 Deploy CLI tool. With this tool, you can export the tenant settings from Tenant A and import them to Tenant B.

Please see the Auth0 Deploy CLI Tool CheatSheet for the list of commands.

Note that certain default items may collide when importing so you will have to exclude them from your files/code. These items include the autogenerated Auth0 Management API, the Username-Password-Authentication database connection, and the Default App application.

Please let me know if there’s anything else I can do to help.

Thank you.

1 Like