Create Passwordless User doesn't send Verification Email

Hi,

I’m trying to create a Passwordless user via the Auth0 Management API with the following:

{
“connection”: “email”,
“email”: “name@domain.co.uk”,
“email_verified”: false,
“verify_email”: true
}

I would expect it to send a verification email once the user has been created but it’s not and I’m not able to manually initiate a verification email ticket either.

I want to be able to collect user emails and verify they’re valid so I can email these users at a later time for marketing purposes.

Any help would be greatly appreciated!

Thanks,
Ross

Hi @rossjarvis,

Welcome to the Community!

How are you doing this? I want to retry and make sure this isn’t a bug.

I am going to mark this resolved as it has been unanswered for >14 days.

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