From the Auth0 Dashboard I found the user under the User Management list. On the Details page for that user i clicked the “edit” button under their name, and fixed a spelling issue. However, when i then switch over to the “Raw Json” tab their family_name value still has the old spelling. The name is updated but that update didn’t also change “family_name”.
Is the only way for me to update a user’s Family Name to make Management API requests?
Is there no UI for editing these kind of user details?
What’s the use case for a “name” to be different than “given_name” + “family_name”? Isn’t that what “nickname” is for?