@slack/web-api / UsergroupsUsersUpdateArguments
Defined in: src/types/request/usergroups.ts:58
TokenOverridable.OptionalTeamAssignable.UsergroupsIncludeCount
optional include_count: boolean;Defined in: src/types/request/usergroups.ts:6
Include the number of users in each User Group.
UsergroupsIncludeCount.include_countoptional team_id: string;Defined in: src/types/request/common.ts:70
If using an org token, team_id is required.
OptionalTeamAssignable.team_idoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenusergroup: string;Defined in: src/types/request/usergroups.ts:63
The encoded ID of the User Group to update users for.
users: string;Defined in: src/types/request/usergroups.ts:68
A comma separated string of encoded user IDs that represent the entire list of users for the User Group.