Bulk-invite up to 100 members in one call
Bulk-invite multiple members in one call.
Body: {"invites": [{"email": "...", "role": "editor", "workspace_id": "..."}, ...]}
Returns {succeeded_count, failed_count, succeeded: [...], failed: [{index, email, error}, ...]}.
A failure on one invite does NOT abort the batch — remaining invites still process (per-row not whole-batch atomicity). Max 100 per call.
Closes discovery/cuj24-hr-add-member/no-bulk-invite-endpoint (proposed improve#633, consumed improve#635). Realistic HR workflow: CSV import of new hires → one POST creates all invitations.
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Cookies
Body
The body is of type Body · object.
Response
Successful Response
The response is of type Response Bulk Invite Members Api V1 Org Invitations Bulk Post · object.