acc_import_project_users
Bulk-add up to 200 project members in one asynchronous call using a JSON list of emails and roles. Use to assemble a full project team from a list.
Instructions
Bulk-add up to 200 members to a project in one call (asynchronous server job). Good for mobilizing a full project team from a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project id | |
| users_json | Yes | JSON array of users, each: {"email": "...", "companyId"?: "...", "roleIds"?: [..], "products"?: [{"key": "docs", "access": "member"}]}. Max 200 per call. Products default to docs:member if omitted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |