conversations_members
Retrieve members of a Slack conversation by providing a channel ID. Supports pagination with cursor and limit parameters.
Instructions
Retrieve members of a conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ID of the conversation to list members for (e.g. C0123). | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor``. | |
| limit | No | Maximum number of member IDs to return per page (default 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||