Skip to main content

@slack/web-api / SlackListsAccessSetArguments

Interface: SlackListsAccessSetArguments

Defined in: src/types/request/slackLists.ts:347

Extends

  • TokenOverridable

Properties

access_level

access_level: string;

Defined in: src/types/request/slackLists.ts:356

Description

Desired level of access.


channel_ids?

optional channel_ids: string[];

Defined in: src/types/request/slackLists.ts:361

Description

List of channels you wish to update access for. Can only be used if user_ids is not provided.


list_id

list_id: string;

Defined in: src/types/request/slackLists.ts:351

Description

Encoded ID of the List.


token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

user_ids?

optional user_ids: string[];

Defined in: src/types/request/slackLists.ts:366

Description

List of users you wish to update access for. Can only be used if channel_ids is not provided.