Interface: UsergroupsCreateArguments
Extends
TokenOverridable
.OptionalTeamAssignable
.UsergroupsIncludeCount
Properties
channels?
optional channels: string;
Description
A comma separated string of encoded channel IDs for which the User Group uses as a default.
Defined in
packages/web-api/src/types/request/usergroups.ts:14
description?
optional description: string;
Description
A short description of the User Group.
Defined in
packages/web-api/src/types/request/usergroups.ts:16
handle?
optional handle: string;
Description
A mention handle. Must be unique among channels, users and User Groups.
Defined in
packages/web-api/src/types/request/usergroups.ts:18
include_count?
optional include_count: boolean;
Description
Include the number of users in each User Group.
Inherited from
UsergroupsIncludeCount.include_count
Defined in
packages/web-api/src/types/request/usergroups.ts:6
name
name: string;
Description
A name for the User Group. Must be unique among User Groups.
Defined in
packages/web-api/src/types/request/usergroups.ts:12
team_id?
optional team_id: string;
Description
If using an org token, team_id
is required.
Inherited from
OptionalTeamAssignable.team_id
Defined in
packages/web-api/src/types/request/common.ts:70
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token