tc_create_group
Create a user group within a Trimble Connect project by passing the project ID and group name, returning the created group details.
Instructions
Create a user group in a project.
Requires TC_ENABLE_WRITE=1.
Args: project_id: Project ID. name: Group name (e.g. "Architects", "Contractor - Site").
Returns the created group with {"created": true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |