Bulk-create users
POST/api/admin/users/bulk
Bulk-creates user accounts from parsed spreadsheet rows (the CSV import flow). System administrators only. Accounts are created with no global role. Each row is validated independently: a bad row is collected in failed with a reason rather than aborting the batch, so the response always reports per-row created/failed outcomes. Duplicate emails are caught both within the batch and against existing users. temporaryPasswords forces a reset at first login.
Request
Responses
- 200
- 400
- 403
- 500
Per-row outcome (a summary plus created and failed lists).
No rows provided.
System administrators only.
Server error.