clickup_get_chat_channel_followers
List users following a Chat channel to identify subscribers to channel activity notifications.
Instructions
List the users following a Chat channel.
Followers receive notifications for the channel but are not necessarily members. Results are cursor-paginated.
When to Use:
To see who is subscribed to a channel's activity.
When NOT to Use:
To see who can access/post — use
clickup_get_chat_channel_members.
Returns:
A list of follower users (name, id, email). When more results exist the
response includes a next_cursor; pass it back as cursor to page forward.
Pagination:
Cursor-based. Loop with cursor=<next_cursor> until it is empty.
Examples:
params = {"channel_id": "6-901300-8"}
params = {"channel_id": "6-901300-8", "cursor": "eyJ...", "limit": 100}
Error Handling:
404 → channel not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |