|
API Method | HTTP method | Endpoint | Description |
---|
import.csv | POST | /import.csv.json | Creates a task to import users from csv file (data in $csv_data) into the database. Import will run in background. |
import.schedulecsv | POST | /import.schedulecsv.json | Creates a task to import users from csv file (data in $csv_data) into the database, after the specified delay Import will run in background. |
import.schedulejsonl | POST | /schedulejsonl.json | Creates a task to import users (specified in the json_lines parameter in JSONL format). A task will be created for every 20000 users. You may send a maximum of 100000 lines per call. The imports will run in the background. |
import.status | GET | /import.status.json | Retrieves the status of import by ID. |