clickup_chat_channel_members
Retrieve the list of users who can read and post in a ClickUp Chat channel. Returns user details including ID, username, and email.
Instructions
List the users who are members of a ClickUp Chat channel (can read and post). For notification-receivers only use clickup_chat_channel_followers. Returns an array of user objects (id, username, email).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID of the channel. Obtain from clickup_chat_channel_list (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |