Slack

SLACKBOT_LIST_USER_GROUPS_FOR_TEAM_WITH_OPTIONS

Lists user groups in a Slack workspace, including user-created and default groups; results for large workspaces may be paginated.

Remote slackbot

Other tools also called SLACKBOT_LIST_USER_GROUPS_FOR_TEAM_WITH_OPTIONS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "include_count": {
      "type": "boolean",
      "title": "Include Count",
      "examples": [
        "true",
        "false"
      ],
      "description": "Include the number of users in each user group. Defaults to false."
    },
    "include_users": {
      "type": "boolean",
      "title": "Include Users",
      "examples": [
        "true",
        "false"
      ],
      "description": "Include the list of user IDs for each user group. Defaults to false."
    },
    "include_disabled": {
      "type": "boolean",
      "title": "Include Disabled",
      "examples": [
        "true",
        "false"
      ],
      "description": "Include disabled user groups in the results. Defaults to false."
    }
  }
}
          

Provider

Slack →