Possible to import user without email, only with a uuid?

Hello,

in case, we have a custom database connections. I would like to know if it is possible to import users without email, with only a uuid. Indeed, I came across this doc (Identify Users) which says that you can identify a user with a user_id or an email. I wanted to check with you that the email is not mandatory to create a user on Auth0.

Thank you for your help.

Hello @loantruong,

Welcome to the Auth0 Community. Email addresses are mandatory for Auth0-hosted database connections. The user_id is the profile’s unique internal identifier, but email address is used as the external identifier (what the user uses during login).

Mark

4 Likes

Thanks for helping on this one Mark!