Skip to main content

Interface: AdminUsersAssignArguments

Extends

  • TeamID.UserID.Partial<ChannelIDs>.IsRestricted.IsUltraRestricted.TokenOverridable

Properties

channel_ids?

optional channel_ids: [string, ...string[]];

Description

An array of channel IDs (must include at least one ID).

Inherited from

Partial.channel_ids

Defined in

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


is_restricted?

optional is_restricted: boolean;

Description

Set to true if user should be added to the workspace as a guest.

Inherited from

IsRestricted.is_restricted

Defined in

packages/web-api/src/types/request/admin/users.ts:15


is_ultra_restricted?

optional is_ultra_restricted: boolean;

Description

Set to true if user should be added to the workspace as a guest.

Inherited from

IsUltraRestricted.is_ultra_restricted

Defined in

packages/web-api/src/types/request/admin/users.ts:20


team_id

team_id: string;

Description

The encoded team ID.

Inherited from

TeamID.team_id

Defined in

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


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


user_id

user_id: string;

Description

Encoded user ID.

Inherited from

UserID.user_id

Defined in

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