Send Email Invitation

Hey all, I am trying the Send Email Invitations for Application Sync up, I customized my reset email to incorporate invitiation. One scenario I’m trying to figure out is how to handle the case where I’ve not sent an invitation but the user still needs to verify email. Basically if I have sent an invitation out, I don’t want to also send a email verification request… but if a user directly signs up, I do want to send out the verification.

Hi @shinkhouse,

When you create the user on their behalf for an email invitation, you can create them with the "verify_email": false property. This property will prevent the verification email from sending that newly created user.

See below:
image

Then, when you prefer, you can send these users a verification email using the Management API’s Send an email address verification email endpoint.

Let me know if you have any further questions.

Thanks,
Rueben

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.