Slack

slack_get_channel_members

List all members of a channel. Returns user IDs with cursor-based pagination.

Remote node2flow/slack

Other tools also called slack_get_channel_members? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results per page (recommended: 200, max: 1000)"
    },
    "cursor": {
      "type": "string",
      "description": "Pagination cursor"
    },
    "_fields": {
      "type": "string",
      "description": "Comma-separated list of fields to include in the response"
    },
    "channel": {
      "type": "string",
      "description": "Channel ID"
    }
  }
}
          

Provider

Slack →