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 aDocumentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
| Value | Description |
|---|---|
USER_ID | Τhe ID of the user to be updated. |
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the scope update:users. |
GIVEN_NAME_VALUE | Given name of the user to be updated. |
FAMILY_NAME_VALUE | Family name of the user to be updated. |
NAME_VALUE | Full name of the user to be updated. |
NICKNAME_VALUE | Nickname of the user to be updated. |
PICTURE_VALUE | URL of the picture for the user to be updated. |
Removing attributes
Setting any value tonull will remove the attribute for the user.