- For private channels, the connected user or bot must be a member of the channel in order to list its members.
- When using a bot token (either through the
Bot for SlackorTokenconnections), members ofmpimchannels cannot be listed.
External DocumentationTo learn more, visit the Slack documentation.
Parameters
| Parameter | Description |
|---|---|
| Channel ID | The channel ID to retrieve members for. Can be obtained by using the Get Channels action. |
| Cursor | Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request’s response_metadata. To automatically fetch all pages of the collection, use the Return All Pages parameter. |
| Limit | The maximum number of items to return in a single execution. |
| Return All Pages | Automatically fetch all resources, page by page. |