Slack
SLACK_UPDATE_USER_GROUP_MEMBERS
Replaces all members of an existing Slack User Group with a new list of valid user IDs.
Remote slack
Other tools also called SLACK_UPDATE_USER_GROUP_MEMBERS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"users": {
"type": "string",
"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'.\nExample: \"U012AB34CD,W567EF89GH,U01234567\""
},
"usergroup": {
"type": "string",
"description": "The encoded ID of the User Group whose members are to be updated. This ID typically starts with 'S'.\nExample: \"S012AB34CD\""
},
"include_count": {
"type": [
"boolean",
"null"
],
"default": null,
"description": "If true, the response `usergroup` object includes `user_count` and potentially `channel_count` fields, reflecting counts after the update.\nExamples:\n \"true\"\n \"false\""
}
}
}