tc_list_groups
List the user groups of a project, allowing folder permissions to be granted to entire disciplines or companies at once.
Instructions
List the user groups of a project.
Groups are the practical way to grant folder permissions to a whole discipline or company at once.
Args: project_id: Project ID.
Returns: {"count": int, "groups": [{"id","name","usersCount",...}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |