Skip to main content

Interface: AdminConversationsRestrictAccessRemoveGroupArguments

Extends

  • ChannelID.GroupID.RestrictAccessTeamID.TokenOverridable

Properties

channel_id

channel_id: string;

Description

Encoded channel ID.

Inherited from

ChannelID.channel_id

Defined in

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


group_id

group_id: string;

Description

The IDP Group ID.

Inherited from

GroupID.group_id

Defined in

packages/web-api/src/types/request/admin/conversations.ts:29


team_id?

optional team_id: string;

Description

The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.

Inherited from

RestrictAccessTeamID.team_id

Defined in

packages/web-api/src/types/request/admin/conversations.ts:38


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