tc_list_project_members
List project members with their roles and statuses. Optionally filter by group or include removed members to obtain IDs for folder permissions.
Instructions
List members (users) of a project with their role and status.
Args: project_id: Project ID from tc_list_projects. include_removed: Also list users with status REMOVED (default False). group_id: Optional — only members of this group (see tc_list_groups).
Returns: {"count": int, "members": [{"id","email","name","role" ("ADMIN"|"USER"),"status" ("ACTIVE"|"PENDING"|"REMOVED")}]}. Member ids are what folder-permission tools expect as subject ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | No | ||
| project_id | Yes | ||
| include_removed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |