clickup_member_list
Retrieve members with direct access to a specific ClickUp task or list. View user details including ID, username, email, and color for workspace members.
Instructions
List members (users with direct access) of a specific task or list. Exactly one of task_id or list_id must be provided. Returns an array of user objects (id, username, email, color). Use clickup_user_invite to add people to the workspace first; use clickup_guest_share_task/list to add guests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | List ID whose members to list. Obtain from clickup_list_list (field: id). Mutually exclusive with task_id. | |
| task_id | No | Task ID whose members to list. Obtain from clickup_task_list (field: id). Mutually exclusive with list_id. |