External DocumentationTo learn more, visit the Slack documentation.
Actions
Update User Group
Update an existing User Group.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Channels | A comma separated string of encoded channel IDs for which the User Group uses as a default. |
| Description | A short description of the User Group. |
| Include Count | Include the number of users in the User Group. |
| Mention Handle | A mention handle. Must be unique among channels and users. |
| Name | A name for the User Group. Must be unique among User Groups. |
| User Group ID | The encoded ID of the User Group to update. |
{
"ok": true,
"usergroup": {
"created_by": "U060R4BJ4",
"date_create": 1447096577,
"date_delete": 0,
"date_update": 1447102109,
"description": "Marketing gurus, PR experts and product advocates.",
"handle": "marketing-team",
"id": "S0616NG6M",
"is_external": false,
"is_usergroup": true,
"name": "Marketing Team",
"prefs": {
"channels": [],
"groups": []
},
"team_id": "T060R4BHN",
"updated_by": "U060R4BJ4",
"user_count": 1,
"users": [
"U060R4BJ4",
"U060RNRCZ"
]
}
}
Was this page helpful?