Hi,
I’m trying to use the user import export extension to basically export user from one tenant and import them to another one.
My users are in the email connection and I can export them correctly. The problem is that during the import, the plugin allows to select only the Password database as destination.
Is that a known limitation of the Import/Export extension?
Yes, that is a known limitation. You can use the management API to create those users (they will have a different Auth0 user ID from the exported one).
Be warned: if the users you are exporting are linked, that information gets lost on import.