Hi @argo and welcome to the Auth0 Community!
When you configured your passwordless SMS connection in the Auth0 Dashboard, where did you get the âFromâ phone number (+15005550006)? Is that the âTrial Numberâ that shows up in your Twilio Dashboard (screenshot attached)?
When I configured this connection and used the Management API to create a Passwordless SMS user, it seemed to all work as expected. The object I used to create this user was like so:
{
âphone_numberâ: â+1XXXXXXXXXXâ,
âconnectionâ:âsmsâ,
ânameâ: âJohn Doeâ,
âapp_metadataâ: {
âaccessâ:âmemberâ
}
}
Hope this helps, let me know what further questions you might have.
Best Regards,
Colin