usergroups_users_update
Update the membership list of a Slack User Group by specifying the group ID and a comma-separated string of user IDs.
Instructions
Update the list of users for a User Group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| users | Yes | Comma-separated user IDs representing the entire list of users for the User Group (e.g. ``U0123,U0456``). | |
| team_id | No | Encoded team ID where the User Group exists, required if org token is used (e.g. ``T0123``). | |
| is_shared | No | Whether the User Group is shared across an org/Enterprise Grid. | |
| usergroup | Yes | The encoded ID of the User Group to update (e.g. ``S0123``). | |
| include_count | No | Include the number of users in the User Group in the response. | |
| additional_channels | No | Comma-separated channel IDs the User Group can add members to (e.g. ``C0123,C0456``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||