add_person_to_a_group
Assign a person to a specific group in Procore for workforce planning and resource management.
Instructions
Add Person to a Group. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/people/{person_id}/groups
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... | |
| person_id | Yes | Unique identifier for the person | |
| group_id | Yes | UUID reference to the Group being assigned. |