Problem statement
Need to clone/duplicate a tenant.
Solution
Per our policy, Auth0 will not transfer data from one Auth0 tenant to another. This applies to both Public Cloud and Private Cloud customers. All data in an Auth0 tenant is always under the control of the administrators and is available through the Management API at any time. More information can be found in the following documentation:
To migrate data from one tenant to another, use the following tools recommended for each situation:
- Transfer tenant settings:
- Export/Import users:
The only information which is not available through the APIs is the users’ password hashes. The admins will need to open a Support Ticket to obtain a password hash export before importing the users into the new tenant to avoid the migrated users having to reset their passwords.