Bulk Create Action Plan Item Assignees
bulk_create_action_plan_item_assigneesCreate multiple action plan item assignees for a Procore project in one request. Reduces API calls by processing many records at once, with individual failure reporting per entry.
Instructions
Creates an new action plan item assignee in the specified Procore project. Prefer this over repeated single-record calls when handling many action plan item assignees at once. project_id defaults to the value set by procore_set_config when omitted. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, plan_item_assignees. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_item_assignees/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| completion_mode | No | Query string parameter — whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing" | |
| plan_item_assignees | Yes | JSON request body field — the plan item assignees for this Action Plans operation |