Redirect for custom signup

We are building an application that has a signup process with a minimum of 20 fields of input that we want to be stored as metadata for the user and saving that metadata to our database, how can we use the redirect tool (or any other auth0 tool/feature) to redirect the user to our custom sign up endpoint and at the end of the signup process the user receives an email to be able to create a password using auth0 -
Thank you!

1 Like

Hi @AshrafAKRahman,

Welcome to the Auth0 Community!

To create the user, you can leverage your own UI with the Auth0 Management API v2 create users endpoint. This endpoint allows the most flexibility when creating a user.

Then, the user will need to create a password, and this can be done by sending a change password email Change Users' Passwords.

Hope that helps!

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