Auth0 register user without email confirmation

I have created app with react , but when i used auth0 i found a bug , when i want to create a new account auth register my without email confirmation, i can fix the bug , or i have used auth incorrectly ( write code with documentation of auth0 )

I will be glad if you help

Hi @voitenkoillya,

Welcome to the Auth0 Community!

I recommend creating the new user with the verify_email: false property to prevent the automatic Verification Email from being sent to the user.

Please let me know if there’s anything else I can do to help.

Thanks,
Rueben

What i can change value of verify_email to false , i must use api of create a new user or i can change the property with auth0-react and create a new user with default form registry of auth0 ?

Sorry for my questions, i first time use auth0 and i want to understand the technology better

Hi @voitenkoillya,

Thank you for your response.

You will need to create these users with the Management API Create a User endpoint with the verify_email: false property for this to work.

Please let me know if you have any additional questions.

Thanks,
Rueben