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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL above to enable sending.

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

TypeScript

import slack from '@utdk/slack';

await slack.usergroupsUsersUpdate()