Tool
List members in channel
The Slack List Members in Channel tool allows you to seamlessly retrieve member information from any public or private Slack channel. It supports fetching user IDs and optionally usernames, enabling efficient management and integration of Slack team data.
Features
- Retrieve members from public or private Slack channels with ease.
- Option to return both user IDs and usernames for versatile applications.
- Customizable page size to control the number of results per page (default 250).
- Support for multiple pages retrieval to fetch large member lists.
- Easy integration with Slack's Conversations API for reliable and up-to-date data.
Benefits
- Streamlines management of Slack channel memberships for teams and bots.
- Facilitates automation by providing accurate member data programmatically.
- Improves collaboration insights by integrating member lists into workflows.
- Saves time by automating the retrieval of Slack channel members.
- Enhances custom Slack applications with precise user information.
Description
Retrieve members of a channel. See the documentation
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| conversationrequired | string | Select a public or private channel, or a user or group |
| returnUsernames | boolean | Optionally, return usernames in addition to IDs |
| pageSize | integer | The number of results to include in a page. Default: 250 |
| numPages | integer | The number of pages to retrieve. Default: 1 |