Bulk-import users from CSV (async)
POST/admin/users/import
Multipart upload. Parses the CSV, snapshots license headroom, and enqueues rows for async processing by the import worker. Returns a jobId; poll GET /admin/users/import/:jobId for progress. Requires Admin or TrialAdmin role.
Request
Responses
- 202
- 400
- 409
- 413
- 500
Job accepted; poll status by jobId
No file uploaded / bad CSV
License limit already reached
Too many rows
Server error