Slack
SLACK_DISABLE_AN_EXISTING_SLACK_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 slack
Other tools also called SLACK_DISABLE_AN_EXISTING_SLACK_USER_GROUP?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"usergroup": {
"type": "string",
"description": "Unique encoded ID of the User Group to disable.\nExamples:\n \"S0123ABCDEF\"\n \"S0604QSJC\""
},
"include_count": {
"type": "boolean",
"description": "If true, include the number of users in the User Group in the response.\nExamples:\n \"true\"\n \"false\""
}
}
}