Custom Registration Fields on User Page "Create User"

Hello,

I’m aware there is a way to add custom fields to the registration page. But I am trying to see if there is a way to add custom fields to the form on the “create user” in the auth0 website.

I have an “after-registration” hook setup so that it connects to my MongoDb, I want it to add the user inputted data into my database. But I can’t do that when I “create user” using the auth0 UI.

It’s not possible to customize the Create User form on the dashboard. If you want more control over this, the solution (although admittedly more involved) would be to create your own login form and call the API directly.

Makes sense, thanks for the reply @nicolas_sabena.

1 Like

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