Adding user in Auth0 dashboard with additional attributes

hi Team,

While creating new user under user management in auth0 dashboard, can we include additional attributes like First Name, Last Name, however we tried to use Management API but our project interest is to do via Auth0 dashboard.
As per below attachment we able to see only 3 attributes email, password and user name.

Hey there!

You can add such properties in the user_metadata field. Once you create a user in User Management → Users go to the user you are interested in modifying and you’ll see the Metadata section once you scroll down.

Here’s how it can look like:

{
name: John,
last_name: Doe
}

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