Minimum Information Required to Import Users with the Import Export Extension

Overview

This article explains the minimum required information to import a user into Auth0 using the User Import / Export Extension.

Applies To

  • Import/Export Extension

Solution

The only required field to import a user with the Import/Export extension is the email address. The JSON file must contain the email key with the user’s email address as the value.

{
    "email": "import.user@import.com"
}