Cannot create passwordless user via User dashboard

I have enabled passwordless login for a Client also enabled Prevent Sign Ups. The User dashboard however does not allow me to create a user under the email connection. How do I go about creating a passwordless user via the dashboard?

1 Like

Given that you disabled public sign ups for that connection you’ll need to create your users through the Auth0 Management API, in particular, through the POST /api/v2/users endpoint.

If you haven’t used the Management API before check the reference documentation on how to obtain access tokens that allow you to invoke the API endpoints.