Email sent although verify_email field is false

Hi @rueben.tiow,
I didn’t mention it before but we are creating only users with an email connection and later using the Auth0 passwordless for authentication. So the Username-Password-Authentication connection is not relevant for us.
It means the user does not have a password, and from Auth0 docs it is an optional param: Auth0 Management API v2

I expect that this payload will work too:

{
  "connection": "email",
  "email": "ron.p+test32123@gmail.com",
  "verify_email": false
}

but I still get an email when creating a new user (although the verify_email is false).
Can you please help us to figure out how to achieve this with an email connection?
Thank you!

2 Likes