upservice_set_project_members
Replace the entire membership list of a project with a new set of employee IDs. Use to set the exact project team without adding incrementally.
Instructions
Replace the full set of members/guests for a project.
Note: this REPLACES the existing membership list, it does not append to it.
Args: params (SetProjectEmployeesInput): project_id (int), employees (List[int], the new full member list)
Returns: str: JSON confirmation/updated member list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |