Slack
SLACK_LIST_ALL_USERS_IN_A_USER_GROUP
Retrieves a list of all user IDs within a specified Slack user group, with an option to include users from disabled groups.
Remote slack
Other tools also called SLACK_LIST_ALL_USERS_IN_A_USER_GROUP?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"usergroup": {
"type": "string",
"description": "The encoded ID of the User Group to list users from. This ID is an alphanumeric string.\nExamples:\n \"S0604QSJC\"\n \"S123ABC456\""
},
"include_disabled": {
"type": "boolean",
"description": "Set to `true` to include users from disabled user groups. If omitted, the default Slack API behavior for handling disabled groups (typically excluding them) will apply."
}
}
}