Create a password less user without sending sms

Hey team

I’m creating an app where all users accounts are created in advance and signups are disabled.
They authenticate with a verification code sent by Sms.
I’m using the management api to create their account with the connection sms.

Upon creation a verification code is sent automatically.
How can I change this behavior and don’t send the sms?

Hi @rgalite,

Welcome back!

If you add "phone_verified":true to the create user request it should not send the initial sms.

Hope this helps,
Dan

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