We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: