Automatic migrations between Auth0

Hi, there is a provision in AuthO to migrate a user from legacy DB to authO, but I have a requirement to migrate user(global) into two different tenants, Is there any automatic migration possible for this also?
please refer Import and Export Users
Thanks !!

Hi @rajput.mamta925

I am not clear on what you are asking.
Do you mean you have a legacy DB, and you want to duplicate that into 2 Auth0 DBs in two different tenants?

You can bulk or lazy migrate the legacy DB into each tenant separately.

John

Hi @john.gateley
Not really, I have users in Auth0 in one tenant, we have users of diff-diif countries in one tenant, now I want to move users in diff-diff tenants according to country. So it is authO internal migration only.

Thanks,
Mamta

Hi @rajput.mamta925

You can export the users from the Auth0 tenant, write a script that splits them up by country, then import them into new tenants.

John

This FAQ outlines the details of user migration between tenants.

1 Like