How can I retrieve user profile after email validation using redirect url

[Database Connection]
I need to retrieve the user information after email validation using a custom redirect url. Any idea how I can do this?

We have social connection flow already that request access_token with query from the callback url and uses it to retrieve user info. I will like the flow to be the same with database connection.

Hello omoyajowo2015,

You may want to build your own template using the Auth0 Api. And thus, you don’t have to use the Auth0 Email Template. The solution was suggested by jason2 a couple of months ago here.

1 Like

Thanks a lot @DrPsyche for sharing that!