A Node.js CLI tool for migrating users and roles between Auth0 tenants. Current stable version is 2.0.0, released with interactive prompts using Inquirer. Key differentiators: supports role migration with fail-proof role creation/reuse, granular scope requirements, and global npm installation. Useful for Auth0 administrators performing tenant consolidation or environment migration.
npm install auth0-tenant-to-tenant-user-migration-toolNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the CLI globally and run the user migration command. Follow the interactive prompts to enter source and target Auth0 tenant credentials.
Review and grant scopes: read:connections, read:users, create:users, update:users, etc. as per the table.
Add the missing scopes (e.g., create:users) in the Auth0 dashboard for the destination tenant.