Skip to main content

Interface: MigrationExchangeArguments

Extends

  • TokenOverridable.OptionalTeamAssignable

Properties

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


to_old?

optional to_old: boolean;

Description

Specify true to convert W global user IDs to workspace-specific U IDs. Defaults to false.

Defined in

packages/web-api/src/types/request/migration.ts:8


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


users

users: string;

Description

A comma-separated list of user IDs, up to 400 per request.

Defined in

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