Skip to main content

Update User Group

Update an existing User Group.

External Documentation

To learn more, visit the Slack documentation.

Parameters

ParameterDescription
ChannelsA comma separated string of encoded channel IDs for which the User Group uses as a default.
DescriptionA short description of the User Group.
Include CountInclude the number of users in the User Group.
Mention HandleA mention handle. Must be unique among channels and users.
NameA name for the User Group. Must be unique among User Groups.
User Group IDThe 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

Workflow LibraryPreview this Workflow on desktop