Bulk import into Passwordless

Overview

This article explains whether the Bulk Import Feature in a Passwordless connection is supported in Auth0.

Applies To

  • Bulk Import
  • Passwordless Connections

Solution

Bulk importing into Passwordless is not a supported feature yet and it is limited to database connections.

As a workaround, import the users one by one to the sms or email connection with scripts that parse the CSV or database source where the Passwordless users are and then call the following endpoint to Create a User.

Add a small wait within each call to avoid running into the endpoint rate limits.

1 Like