Use phone number or username without email

is it possible for me to create a user with the email field left empty? because i have a user which doesn’t need an email to register, they can use their phone number instead? when i try to hit the api to create users it seems not possible.

An email is required for a username/password connection for security reasons, like password resets. As a resuilt,email and password become mandatory fields for such a case.

You could instead look at the Passwordless connection and achieve what you are wanting without an email being mandatory.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.