Slack

SLACKBOT_DISABLE_AN_EXISTING_USER_GROUP

Disables a specified, currently enabled Slack User Group by its unique ID, effectively archiving it by setting its 'date_delete' timestamp; the group is not permanently deleted and can be re-enabled.

Remote slackbot

Other tools also called SLACKBOT_DISABLE_AN_EXISTING_USER_GROUP? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "usergroup": {
      "type": "string",
      "title": "Usergroup",
      "examples": [
        "S0123ABCDEF",
        "S0604QSJC"
      ],
      "description": "Unique encoded ID of the User Group to disable."
    },
    "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 →