Slack

SLACKBOT_UPDATE_USER_GROUP_MEMBERS

Replaces all members of an existing Slack User Group with a new list of valid user IDs.

Remote slackbot

Other tools also called SLACKBOT_UPDATE_USER_GROUP_MEMBERS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "users": {
      "type": "string",
      "title": "Users",
      "examples": [
        "U012AB34CD,W567EF89GH,U01234567"
      ],
      "description": "Comma-separated string of encoded user IDs for the new, complete member list, replacing all existing members. User IDs typically start with 'U' or 'W'."
    },
    "usergroup": {
      "type": "string",
      "title": "Usergroup",
      "examples": [
        "S012AB34CD"
      ],
      "description": "The encoded ID of the User Group whose members are to be updated. This ID typically starts with 'S'."
    },
    "include_count": {
      "type": "boolean",
      "title": "Include Count",
      "default": null,
      "examples": [
        "true",
        "false"
      ],
      "nullable": true,
      "description": "If true, the response `usergroup` object includes `user_count` and potentially `channel_count` fields, reflecting counts after the update."
    }
  }
}
          

Provider

Slack →