Bulk Import for Passwordless Connection
This article clarifies whether the Bulk Import feature is supported for a Passwordless connection in Auth0.
-
Auth0
-
Passwordless Connections
-
Bulk Import
Bulk importing into Passwordless connections is not a supported feature. This feature is limited to database connections.
As a workaround, users can be imported individually to an sms or email connection using scripts.
-
The scripts must parse the CSV or database source where the Passwordless users are stored.
-
Call the Create a User endpoint for each user.
-
NOTE: Add a small wait between each API call to avoid encountering endpoint rate limits.