App Logo
slack.com

List Slack channel members

List the members of a channel (by name or id), each resolved to id + display name. One page per call; pass cursor to paginate. Requires login.

Input

channel required

Channel name/#name or id (C…).

limit optional

Max members per page (default 200).

cursor optional

next_cursor from a previous call.

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

channel required
members required
nextCursor optional

FAQ

List the members of a channel (by name or id), each resolved to id + display name. One page per call; pass cursor to paginate. Requires login.
Required: channel. Optional: limit, cursor, workspaceDomain.
It returns channel, members, nextCursor.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on slack.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/slack.com/list_channel_members, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/list_channel_members
It is part of Reduck's official curated catalogue.

Start building not clicking