How can I create an email verification link without emailing the user?

This can be achieved by creating an email verification ticket via the Auth0 Management APIv2 /api/v2/tickets/email-verification endpoint. This endpoint responds with a link that will verify a user’s email account.

1 Like