Bulk import into Passwordless

Problem Statement

How to bulk import into Passwordless

Solution

Bulk import is limited to database connections. Bulk importing into Passwordless is not a feature yet.

As a workaround, you can 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 calls the following Management API endpoint for each user:

As a tip, we suggest adding some small wait within each call so you don’t run into the endpoint rate limits.

1 Like