API skip verification email, but leave the email unverified
-
Hi,
I would like to use our internal notification services for sending out verification notifications.
Currently when creating the user via API and settingskipVerification
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
-
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.
Not possible right now. Please feel free to file an issue about this.
An alternative is to create your own
verified
flag inuser.data
and manage it manually.