provider usergroups.usersusergroups POST /usergroups.users.update
@utdk/slack /usergroups.users.update
usergroups_users_update
Update the list of users for a User Group
token header required
Authentication token. Requires scope: `usergroups:write`
string

Try it

Authentication
Configure credentials for Slack Web API
usergroupsUsersUpdate
POST/usergroups.users.update
Update the list of users for a User Group

Input

Include the number of users in the User Group.

required

The encoded ID of the User Group to update.

required

A comma separated string of encoded user IDs that represent the entire list of users for the User Group.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.usergroupsUsersUpdate()