Skip to main content

Update Users In Group

Update the list of users for a User Group.

External Documentation

To learn more, visit the Slack documentation.

Parameters

ParameterDescription
Include CountInclude the number of users in the User Group.
User Group IDThe ID of the User Group to update.
User IDsA comma separated string of encoded user IDs that represent the entire list of users for the User Group.

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 Users in Group with Slack and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop