Slack

SLACK_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 slack

Other tools also called SLACK_LIST_USER_GROUPS_FOR_TEAM_WITH_OPTIONS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "include_count": {
      "type": "boolean",
      "description": "Include the number of users in each user group. Defaults to false.\nExamples:\n  \"true\"\n  \"false\""
    },
    "include_users": {
      "type": "boolean",
      "description": "Include the list of user IDs for each user group. Defaults to false.\nExamples:\n  \"true\"\n  \"false\""
    },
    "include_disabled": {
      "type": "boolean",
      "description": "Include disabled user groups in the results. Defaults to false.\nExamples:\n  \"true\"\n  \"false\""
    }
  }
}
          

Provider

Slack →