Slack: List Members in Channel logo

Catalog action Integrations slack

List all member user IDs in a Slack channel via native OAuth integration. Returns an array of user IDs. Supports pagination for large channels. Ideal for: membership auditing, channel analytics, access verification.

At a Glance

FieldValue
Action IDslack-list-members-in-channel
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, integration, read, team

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel ID to list members from
limitnumberNoMax members to return (default: 200, max: 1000)
cursorstringNoPagination cursor for next page

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-list-members-in-channel", "payload": { "channel": "example-channel" }, "children": [], "connector": { "type": "slack", "id": "conn_slack" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I