Open muhlemmer opened 1 year ago
The current Auth0 migration tool currently transforms data:
email
userName
name
firstName
lastName
--email-verified
isEmailVerified
I believe this was based on the data available in the export example docs. However, digging a little deeper, it seems it's possible to extract all fields from auth0 directly: https://auth0.com/docs/manage-users/user-accounts/user-profiles/user-profile-structure. Including fields currently not even considered, such as a metadata object.
Acceptance criteria
The current Auth0 migration tool currently transforms data:
email
userName
name
firstName
name
lastName
--email-verified
flagisEmailVerified
I believe this was based on the data available in the export example docs. However, digging a little deeper, it seems it's possible to extract all fields from auth0 directly: https://auth0.com/docs/manage-users/user-accounts/user-profiles/user-profile-structure. Including fields currently not even considered, such as a metadata object.
Acceptance criteria