usergroups_create
Create a Slack user group with a unique name and optional default channels, description, mention handle, and other settings.
Instructions
Create a User Group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 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``). | |
| description | No | A short description of the User Group. | |
| include_count | No | Include the number of users in each 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 | |||