Slack

SLACKBOT_UPDATE_AN_EXISTING_USER_GROUP

Updates an existing Slack User Group, which must be specified by an existing `usergroup` ID, with new optional details such as its name, description, handle, or default channels.

Remote slackbot

Other tools also called SLACKBOT_UPDATE_AN_EXISTING_USER_GROUP? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "Name",
      "examples": [
        "Q4 Marketing"
      ],
      "description": "New name for the User Group. Must be unique among User Groups."
    },
    "handle": {
      "type": "string",
      "title": "Handle",
      "examples": [
        "marketing-team-alpha"
      ],
      "description": "New mention handle. Must be unique among channels, users, and User Groups."
    },
    "channels": {
      "type": "string",
      "title": "Channels",
      "examples": [
        "C1234567890,C2345678901"
      ],
      "description": "Comma-separated encoded channel IDs to set as default channels."
    },
    "usergroup": {
      "type": "string",
      "title": "Usergroup",
      "examples": [
        "S0615G0KT"
      ],
      "description": "Encoded ID of the existing User Group to update."
    },
    "description": {
      "type": "string",
      "title": "Description",
      "examples": [
        "Team responsible for Q4 marketing campaigns."
      ],
      "description": "New short description for the User Group."
    },
    "include_count": {
      "type": "boolean",
      "title": "Include Count",
      "examples": [
        true,
        false
      ],
      "description": "If true, include the number of users in the User Group in the response."
    }
  }
}
          

Provider

Slack →