Tool
List group members
The Slack List Group Members tool allows you to efficiently retrieve and list all users within a specified Slack User Group. This integration simplifies team management by providing quick access to group membership details within your Slack workspace.
Features
- Lists all users in a specific Slack User Group using Slack API methods.
- Supports pagination with customizable page size and number of pages.
- Requires only the encoded User Group ID and optional team ID for organization-wide tokens.
- Easy to configure and integrate within Pipedream workflows.
- Provides accurate and up-to-date user data directly from Slack.
- Benefits:
- Enables streamlined team and project management by accessing group member details instantly.
- Saves time by automating retrieval of user lists from Slack user groups.
- Enhances communication by identifying and targeting relevant user groups.
- Facilitates better resource allocation and collaboration tracking within organizations.
- Improves workflow automation when combined with other tools in Pipedream.
Benefits
- Streamlines team management by providing instant access to user group members.
- Saves time through automation of Slack user group data retrieval.
- Improves communication by clearly identifying group members.
- Supports scalable data retrieval with pagination options.
- Integrates seamlessly into existing Pipedream workflows for enhanced automation.
Description
List all users in a User Group. See the documentation
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| userGrouprequired | string | The encoded ID of the User Group. |
| team | string | Encoded team id where the user group exists, required if org token is used. |
| pageSize | integer | The number of results to include in a page. Default: 250 |
| numPages | integer | The number of pages to retrieve. Default: 1 |