slack_list_channel_members
List Slack channel members by channel ID with pagination and limit controls to retrieve user IDs for analysis or integration.
Instructions
List members of a Slack channel.
Args: channel_id: Channel ID (starts with C, D, or G) limit: Max members to return, 1-1000 (default: 200) cursor: Pagination cursor from previous response
Returns: List of member user IDs with pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| channel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||