get_chat_channel_members
List members of a ClickUp Chat channel with user IDs and names. Paginate results using cursor and limit parameters.
Instructions
List the members of a Chat channel (ClickUp Chat v3), with their user ids and names. Paginated via cursor/limit. Use to see who is in a channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| channel_id | Yes | ID of the channel whose members to list. | |
| cursor | No | Pagination cursor (the `next_cursor` returned by a previous call). Omit for the first page. | |
| limit | No | Maximum number of items to return in this page. |