Add users in bulk
Create up to 10,000 users in a single call.
POST
Batch create. Duplicate emails are silently skipped - the response tells you which rows were created, skipped, and failed.
Body
A JSON array of user objects (each with the same fields as Add a user).Returns
Count of newly created users.
Duplicates (already existed for this tenant).
Each entry:
{ index, email, error }.