Include User Metadata in Auth0 User Exports
Administrators often require specific custom data stored within the user profile, such as user_metadata or app_metadata, to be included in an export file. By default, exporting users from a database provides a standard set of user profile information. This article details how to use the Export Fields option to customize user exports and target specific attributes.
- Auth0 User Exports
- User Import/Export Extension
- Navigate to User Management > Users > Import/Export Users > Export Users.
- Locate the Export Fields section.
- Add the desired attributes to the list using one of the following methods:
-
-
Full Metadata Object: Enter
user_metadatato include a column containing the full JSON object of the user's metadata. -
Specific Metadata Fields: Use dot notation to target a specific attribute, such as
user_metadata.example.
-
NOTE: To export the entire metadata (user_metadata/app_metadata), make sure to use the JSON export format (.json), as CSV exports ignore user/app metadata, even if it is defined in the Export Fields.