clickup_get_task_members
List workspace members granted direct access to a task. Verify visibility before sharing sensitive details.
Instructions
List the Workspace members with direct access to a Task.
Calls GET /task/{task_id}/member. The response only includes members
granted access directly on this Task — it excludes people who can see
it via a User Group (group_id) or inherited access from the List,
Folder, Space, or Workspace (team_id).
When to Use:
To check who can see a specific Task before sharing sensitive detail in a comment or attachment.
When NOT to Use:
To find who has direct access to the whole List, use
clickup_get_list_members.To find who is assigned to the Task (a different concept from who can see it), use the task-detail tools in the tasks module.
Returns: A markdown (or JSON) list of members with id, username, and email.
Examples: params = {"task_id": "9hz"} params = {"task_id": "DEV-123", "custom_task_ids": true, "team_id": "123456"}
Error Handling: 404 means the Task id doesn't exist or isn't visible to this token; 400 if custom_task_ids=True but team_id is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |