Move auth0 client between tenants

Hi, Is it possible to move a client to another tenant?, I am looking into to consolidate multiple Auth0 tenants into one.

:wave: @dzenand you’d be able to migrate client configurations. You could do this by getting all the clients from the first account by making a call to this endpoint at the Management API v2, and then create them through the API v2 endpoint as described here.

Thanks, how about users?, will they be moved too?

Are your users stored in the Auth0 database or custom database? If the users are stored in Auth0 database I believe you will need to export all users from the old tenant and then import to the new tenant, but this will require users to reset their passwords as we cannot export them.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.