Hi,
I would like to use our internal notification services for sending out verification notifications.
Currently when creating the user via API and setting skipVerification
property, it creates the user and does not send the email from FusionAuth, BUT also marks the email already verified.
For the sake of data consistency I would like to keep it unverified in FusionAuth until we have verified user in our back-end and called the FusionAuth verification API.
Is it possible?
Thanks in advance