How to edit a Users Profile name and nickname

Using the dashboard to create a user, I was not prompted for a name or nickname of the user. They were defaulted to the email. Is there anyways to change it after creation?

Unfortunately, at the moment it is yet not possible to update the name and nickname of a user. You can check the list of attributes that can be updated in the [Update a user] (Auth0 Management API v2) endpoint.

If you need a way to store an editable user’s profile name and nickname, you can look into using user_metadata and app_metadata.

For reference, here is also an older ongoing discussion regarding this topic: Update a user API does not allow updating name - Auth0 Community

Cool, Thanks!

If we want to store a username in the user_metadata since we cannot updated the nickname of the user, how do we make it unique? Like how do we check during signup that the username field we’re creating in the user_metadata is unique?

3 Likes

Hey there!

Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.

Wanted to reach out to know if you still require further assistance?