Include User Metadata in Auth0 User Exports

Overview

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.

Applies To
  • Auth0 User Exports
  • User Import/Export Extension
Solution
  1. Navigate to User Management > Users > Import/Export Users > Export Users.
  2. Locate the Export Fields section.
  3. Add the desired attributes to the list using one of the following methods:
    • Full Metadata Object: Enter user_metadata to 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.

Specific Metadata Fields

 

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.

 

Recommended content

No recommended content found...