Verify user using custom parameter

Hi, I am trying to implement custom email verification after signup. Is there a way to pass a custom parameter in verify email’s redirect? I want to pass a registration token for example. And I want to remove the parameters that auth0 are including. (email, success, message). Is it possible?

1 Like

Don’t think that’s possible. You probably want to implement your own email verification flow/endpoint for that and then use auth0 management api to PATCH user to mark email_verified correctly Auth0 Management API v2

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