Cloning or Duplicating an Auth0 Tenant
This article explains the process for cloning or duplicating information from one Auth0 tenant to another.
- Tenant Cloning
- Tenant Administration
Per official policy, Auth0 does not transfer data from one tenant to another. Tenant administrators control all data in an Auth0 tenant, which is available at any time through the Management API. For more information, review the Auth0 Operational Policies - Data export and transfer
To migrate data from one tenant to another, use the recommended tools for each asset type:
-
Tenant Settings: Use the Management API to get tenant settings and review documentation on the migration of assets. The Auth0 Deploy Command Line Interface (CLI) tool
can also assist with this process.
-
Users: Use the Management API to create a user export job and then create a user import job. Alternatively, use the Import/Export tool on the User Management > Users page.
NOTE: The only information not available through the API and Dashboard is the user password hashes. To avoid requiring migrated users to reset their passwords, an administrator must open a Support ticket to obtain a password hash export before importing the users into the new tenant.
The Import/Export Extension was deprecated in September 2025.