Hi @rueben.tiow
Thanks for the quick reply.
My intention is to create a user with email_verified false and not send the verification email.
According to the API documentation:
“Whether the user will receive a verification email after creation (true) or no email (false). Overrides behavior of email_verified
parameter.”
What is the correct way to achieve my intention above?
Thank you