PATCH Company Role
patch_company_roleUpdate an existing company role by modifying only the supplied fields. Specify the company and role ID to change settings like name, type, or display options.
Instructions
PATCH Company Role. Use this to update an existing Company Settings (only the supplied fields are changed). Updates the specified Company Settings and returns the modified object on success. Required parameters: company_id, id. Procore API (v2.0): Company Admin > Company Settings. Endpoint: PATCH /rest/v2.0/companies/{company_id}/roles/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | No | JSON request body field — unique identifier of the Company Settings resource | |
| add_to_project_team | No | JSON request body field — the add to project team for this Company Settings operation | |
| archetype | No | JSON request body field — the archetype for this Company Settings operation | |
| display_on_company_home | No | JSON request body field — display_on_company_home | |
| name | No | JSON request body field — the name for this Company Settings operation | |
| type | No | JSON request body field — the type for this Company Settings operation |