Bulk-invite up to 100 members in one call
organization
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.
Use this to onboard a group in one request, e.g. a CSV of new hires.
POST
Bulk-invite up to 100 members in one call
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Cookies
Body
application/json
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.