@daisha
To store a user's full name in Auth0 instead of their email address, you can follow these steps:
Alternatively, you can also use the Auth0 Management API to update a user's full name. You can do this by sending a PATCH request to the /api/v2/users/{userId} endpoint with the user's full name in the JSON body.
Remember to always handle user data securely and in compliance with data protection regulations.