Update User Group
Update an existing User Group.
External Documentation
To learn more, visit the Slack documentation.
Parameters
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. |
Example Output
{
"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"
]
}
}
Workflow Library Example
Update User Group with Slack and Send Results Via Email
Preview this Workflow on desktop