How do I edit Root User Profile attributes?

Question: How do I edit Root User Profile attributes?

Answer:

Natively, identity providers (IP) like Google, Facebook, and Twitter don’t let the user profile attributes they are providing be editable unlike Auth0. Generally for these social connections the user attributes are updated upon each user login.

However, you can edit root user profile attributes like name , nickname , given_name , family_name , or picture on a normalized user profile if you configure your connection sync with Auth0. This sets it up so the user attributes will be updated from the initial identity provider only on user profile creation. Once complete, the root attributes will be available to be adjusted individually or by the bulk import using the Management API.

Supporting Documentation:

Documentation: User Profile Structure

2 Likes