Add team member to project
projects_add_team_memberAssign an employee to a project. allocation_type: percentage | fixed_hours. Rejects allocations that push the employee over 100% total capacity for the period unless allow_overbooking is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| project_id | Yes | ||
| start_date | Yes | ISO date YYYY-MM-DD | |
| employee_id | Yes | ||
| allocation_type | No | percentage | fixed_hours (default percentage) | |
| allocation_hours | No | ||
| allow_overbooking | No | Set true to bypass the >100% capacity check. | |
| allocation_percentage | No |