Get user object or user's email using verificationId
-
Hi,
I would like to send a welcome email to a user when he or she verifies her/his email address. But there is no way to get the user object or the email address via
verificationId
when using the following API:Best regards,
John -
Hi @johnmiller
One option might be to use a webhook and take action based on this event.
https://fusionauth.io/docs/v1/tech/events-webhooks/events/user-email-verified/
Thanks,
Josh -