Add Additional Assignees To A Workflow Instance (Company)
add_additional_assignees_to_a_workflow_instance_companyAdd additional assignees to a specific step occurrence in a company workflow instance. Define required response and reason for assignment.
Instructions
Adds additional assignees to a step occurrence on a company workflow instance. Use this to create a new Workflows in Procore. Creates a new Workflows and returns the created object on success (HTTP 201). Required parameters: company_id, id, step_occurrence_id, required, reason, assignee_ids. Procore API (v2.0): Core > Workflows. Endpoint: POST /rest/v2.0/companies/{company_id}/workflows/instances/{id}/additional_assignees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier for the workflow instance. | |
| step_occurrence_id | Yes | JSON request body field — the ID of the step occurrence to add assignees to. | |
| required | Yes | JSON request body field — whether the additional assignees are required to respond. | |
| reason | Yes | JSON request body field — the reason for adding the additional assignees. | |
| comment | No | JSON request body field — optional comment about this invitation. | |
| message | No | JSON request body field — optional message to send to the assignees. | |
| assignee_ids | Yes | JSON request body field — list of user IDs to add as additional assignees. |