I’m new to the Auth0 platform and am having trouble figuring out how to add attributes to the user list. I’d like to add a firstname and lastname as fields on the user list. Is that possible?
Thanks.
I’m new to the Auth0 platform and am having trouble figuring out how to add attributes to the user list. I’d like to add a firstname and lastname as fields on the user list. Is that possible?
Thanks.
If just you want to add data to the user’s profile, you can add essentially whatever you like to their user_metadata and app_metadata. You can also set the root given_name and family_name attributes, which are OIDC standard claims.