Custom email verification w/ FusionAuth
-
I am implementing a custom email verification where we use our internal application messaging to verify a user's email upon registration rather than using FusionAuth's built in verification system. If I create and register a user via. the REST API with the verifyEmail property set, does that automatically send an email or set the user as verified/unverified until that is changed?
-
I think you want
skipVerification
set totrue
.From the docs:
Whether or not email verification should be skipped or not. In some cases, you might want to verify User’s emails and in other cases you won’t. This flag controls that behavior.