I’m trying to use the User Import Extension. My migration to auth0 already has some users that have existing social connections, so I would like to bring them over. Docs suggest this is possible, but its not happening.
JSON looks like this (user IDs altered for this example)
[{“email":"test@test.com”,“email_verified”:true,“given_name”:“Test”,“family_name”:“User”,“phone_number”:“5555555555”,“phone_verified”:true,“identities”:[{“provider”:“facebook”,“user_id”:“10208582981401613”,“connection”:“facebook”,“isSocial”:true},{“provider”:“windowslive”,“user_id”:“2e0223266b135967”,“connection”:“windowslive”,“isSocial”:true},{“provider”:“twitter”,“user_id”:“849900222”,“connection”:“twitter”,“isSocial”:true}]}]
References were:
Any idea why these aren’t coming across?
Thanks!