tc_list_group_users
Retrieve the members of a project group. Provide the project ID and group ID to get a count and list of users with their email, name, and status.
Instructions
List the members of a project group.
Args: project_id: Project ID (resolves the region). group_id: Group ID from tc_list_groups.
Returns: {"count": int, "users": [{"id","email","name","status"}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |