Hi, I want to know if it's possible to force the verify status without to send the email verificatio...
g
Hi, I want to know if it's possible to force the verify status without to send the email verification email. We want to use your solution by creating directly a user from our backoffice and we don't want to send a verification email, and force it automatically as verified
r
It is posisble. Which SDK are you using?
g
We use the nodeJS SDK
bump
r
So after creating the user, you can use the
EmailVerification.createEmailVerificationToken
function to generate the token, and then call the
EmailVerification.verifyEmailUsingToken
function after with the token.
g
thank you. I will try that