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