Skip to main content
You can update root attributes for an existing user profile using Auth0’s . Auth0’s Normalized User Profile features root attributes that you can update. The specific root attributes that you can update depend on the connection type you’re using. For details relevant to the connection you are using, see User Profile Root Attributes. Make a PATCH call to the Update a User endpoint. Be sure to replace USER_ID, MGMT_API_ACCESS_TOKEN, GIVEN_NAME_VALUE, FAMILY_NAME_VALUE, NAME_VALUE, NICKNAME_VALUE, and PICTURE placeholder values with your user ID, Management API , given name, family name, name, nickname, and picture URL, respectively.

Removing attributes

Setting any value to null will remove the attribute for the user.

Learn more