I need to create a signup page , where user enters his first name , last name and email . these 3 fields need to be sent to a api to check for existing user

my use case is as follows:-

  1. using a react app to fire a login button on the screen clicking which the user redirects to auth0 login
  2. when the user clicks on signup , i need to have 3 fields there- firstname, lastname and email.
  3. these 3 fields needs to be sent to our api to check if this is an existing user or not

Hi @dhruv.gupta

Welcome to the Auth0 Community!

Thank you for posting your question. To achieve the desired results, you will need to combine the Universal Login, which resources you can find here → How to Customize the New Universal Login Page, and use the pre-user-registration action to check for if this exist in the external system Pre-user Registration Trigger

Thanks
Dawid

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