Email as parameter in auth0 redirect URL

Hi,

Usecase
Based on the business requirements, it’s necessary for us to include one of the following: user id, and/or user email

When
After the user successfully registered in the application a verification message is sent to the user email address (built-in verification templates, in the branding section)

Problem
In the time being, when the user receives the message, on clicking the activation URL/button, then the user redirected to the web app again, but the URL doesn’t include the registred user email or the registered user id.

Question
Is there such a way we can use to customize the URL using auth0? or do we have to implement that on our own?

1 Like