Last Updated: Aug 13, 2024
Overview
This article explains the different ways to back up Auth0 tenant/user data.
Applies To
- Back up
- Auth0 tenant/user data.
Solution
Below are tools that can be used to manage this scenario:
- Auth0 Deploy CLI: This can be used to keep a backup of the tenant settings/configuration and restore the tenant back to a previous state. However, it should be noted that this will not restore information for users.
- Bulk User Exports/Bulk User Imports: Management API endpoints can be used for user migration.
- User Import/Export Extension: The User Import/Export Extension allows to:
- Bulk import the existing database users into Auth0.
- Search for and export some (or all) of the Auth0 database users.
The only information that is not available through the API (for security reasons) are the password hashes of the Auth0-hosted database user, which can be obtained by creating a new support ticket.