Slack
SLACKBOT_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 slackbot
Other tools also called SLACKBOT_LIST_ALL_USERS_IN_A_USER_GROUP?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"usergroup": {
"type": "string",
"title": "Usergroup",
"examples": [
"S0604QSJC",
"S123ABC456"
],
"description": "The encoded ID of the User Group to list users from. This ID is an alphanumeric string."
},
"include_disabled": {
"type": "boolean",
"title": "Include Disabled",
"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."
}
}
}