npm
packages, and can connect external integrations that enhance your overall extensibility experience. To learn more about what Actions offer, read Understand How Auth0 Actions Work.To help with your migration, we offer guides that will help you migrate from Rules to Actions and migrate from Hooks to Actions. We also have a dedicated Move to Actions page that highlights feature comparisons, an Actions demo, and other resources to help you on your migration journey.To read more about the Rules and Hooks deprecation, read our blog post: Preparing for Rules and Hooks End of Life.user_metadata
, such as:
name
nickname
given_name
family_name
name
, nickname
, given_name
, family_name
, or picture
root attributes on the normalized user profile, you must configure your connection sync with Auth0 so that user attributes will be updated from the identity provider only on user profile creation. These root attributes will then be available to be edited individually or by bulk imports
As an example, assume the following metadata is stored for a user with the email address jane.doe@example.com
:
user.app_metadata
is Undefined
by default.
To read the available metadata, you will need to access the correct user property.
clientMetadata
) is an optional, top-level property of the context
object. Existing applications will have no value for this property.
user_metadata
or app_metadata
.fontSize
preference to the user profile:
app_metadata
and user_metadata
in the same rule:
null
.
writer
role from the user profile:
roles
property still exists but does not contain any value.