usergroups_update
Update an existing Slack User Group by providing its encoded ID and optional changes to name, handle, description, channels, or team settings.
Instructions
Update an existing User Group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | A name for the User Group (must be unique among User Groups). | |
| handle | No | A mention handle (must be unique among channels, users, and User Groups). | |
| team_id | No | Encoded team ID where the User Group exists, required if org token is used (e.g. ``T0123``). | |
| channels | No | Comma-separated string of default channel IDs for the User Group (e.g. ``C0123,C0456``). | |
| usergroup | Yes | The encoded ID of the User Group to update (e.g. ``S0123``). | |
| description | No | A short description of the User Group. | |
| include_count | No | Include the number of users in the User Group in the response. | |
| enable_section | No | Whether to enable a section for the User Group. | |
| additional_channels | No | Comma-separated additional default channel IDs to add beyond ``channels`` (e.g. ``C0789``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||