Update Assignees And Workflow Manager (Company)
update_assignees_and_workflow_manager_companyModifies assignees and workflow manager for a company's workflow preset. Update existing workflows by changing responsible groups or the workflow manager.
Instructions
Updates assignees and workflow manager for a workflow preset for a company tool. Use this to update an existing Workflows (only the supplied fields are changed). Updates the specified Workflows and returns the modified object on success. Required parameters: company_id, id. Procore API (v2.0): Core > Workflows. Endpoint: PATCH /rest/v2.0/companies/{company_id}/workflows/presets/{id}/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 resource. | |
| workflow_manager_id | No | JSON request body field — iD of the new workflow manager | |
| responsible_group_memberships | No | JSON request body field — list of responsible groups memberships |