slack_get_channel_members
Retrieve a list of members from a specific Slack channel to manage team access, analyze participation, or coordinate communications.
Instructions
Get the list of members in a Slack channel
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | The ID of the channel (e.g., C1234567890) | |
| limit | No | Maximum number of members to return (max 1000) | |
| cursor | No | Pagination cursor for next page |