update_a_single_group
Modify group details like name, timezone, address, and contact information in Procore's resource planning system.
Instructions
Update a Single Group. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/groups/{group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| group_id | Yes | Unique identifier for the group | |
| name | Yes | Group Name. | |
| timezone | Yes | The default Timezone for scheduling outbound messages from projects in this group that don't specify their own Timezone. Example format: America/Chicago. | |
| color | No | Hexadecimal color code for the Group. Can be helpful for categorization. Example: #53A9FF. | |
| address_1 | No | The first part of the Group's address. | |
| address_2 | No | The second part of the Group's address (e.g., Apartment, Suite, Unit). | |
| city_town | No | The City or Town for the Group. | |
| state_province | No | The State or Province for the Group. | |
| zipcode | No | Zip or Postal Code for the Group. | |
| country | No | The Country for the Group. | |
| contact_name | No | The Point of Contact (P.O.C.) name for the Group. | |
| contact_phone | No | Phone number for the Group's Point of Contact. Must include country and area code. | |
| contact_email | No | Email address for the Group's Point of Contact. |