Create new SMS user using the SIgnup API

I know it is possible to create SMS users via the Management API but is it possible for users to sign up on their own via the Signup API?

I tried a couple combinations but was unable to get it to work without providing an email and password.

The text at the bottom of the SMS Setup Dialog leads me to believe users should be able to sign up on their own.

Check this if you want to prevent sign ups to your application. You will still be able to create users with your API credentials.

Hi @r123,

Welcome to the Auth0 community!

Users could signup with SMS on their own by using our Passwordless feature, see here for more information on how to configure this - Passwordless with New Universal Login

The Signup API has requirements for email and password since it only works for database connections.

Kind Regards,
Nathan

1 Like

Thanks for helping on this one Nathan!

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