Slack
SLACK_ENABLE_A_SPECIFIED_USER_GROUP
Enables a disabled User Group in Slack using its ID, reactivating it for mentions and permissions; this action only changes the enabled status and cannot create new groups or modify other properties.
Remote slack
Other tools also called SLACK_ENABLE_A_SPECIFIED_USER_GROUP?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"usergroup": {
"type": "string",
"description": "The unique encoded ID of the User Group to enable. This ID typically starts with 'S'.\nExample: \"S0604QSJC\""
},
"include_count": {
"type": "boolean",
"description": "If true, includes the count of users in the User Group in the response.\nExamples:\n \"true\"\n \"false\""
}
}
}