Skip to main content

Interface: UsergroupsUpdateArguments

Extends

Properties

channels?

optional channels: string;

Description

A comma separated string of encoded channel IDs for which the User Group uses as a default.

Inherited from

Partial.channels

Defined in

packages/web-api/src/types/request/usergroups.ts:14


description?

optional description: string;

Description

A short description of the User Group.

Inherited from

Partial.description

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.

Inherited from

Partial.handle

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

Partial.include_count

Defined in

packages/web-api/src/types/request/usergroups.ts:6


name?

optional name: string;

Description

A name for the User Group. Must be unique among User Groups.

Inherited from

Partial.name

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

Defined in

packages/web-api/src/types/request/common.ts:43


usergroup

usergroup: string;

Description

The encoded ID of the User Group to update.

Defined in

packages/web-api/src/types/request/usergroups.ts:48