Skip to main content

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.

View source

Request

Responses

Per-row outcome (a summary plus created and failed lists).