POST /rest/v2.0/companies/{company_id}/projects/{project_id}/workflows/instances/{id}/additional_assignees

Adds additional assignees to a step occurrence on a project workflow instance.

Servers

Path parameters

Name Type Required Description
id String Yes

Unique identifier for the workflow instance.

project_id String Yes

Unique identifier for the project.

company_id String Yes

Unique identifier for the company.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Request body fields

Name Type Required Description
step_occurrence_id String Yes

The ID of the step occurrence to add assignees to.

comment String No

Optional comment about this invitation.

required Boolean Yes

Whether the additional assignees are required to respond.

message String No

Optional message to send to the assignees.

assignee_ids[] Array Yes

List of user IDs to add as additional assignees.

reason String Yes

The reason for adding the additional assignees.

Valid values:

  • "original_assignee_on_extended_leave"
  • "original_assignee_on_vacation"
  • "new_employee"
  • "other"
  • "original_assignee_left_company"
  • "original_assignee_left_the_project"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.