@slack/web-api / MigrationExchangeArguments
Interface: MigrationExchangeArguments
Defined in: src/types/request/migration.ts:4
Extends
TokenOverridable.OptionalTeamAssignable
Properties
team_id?
optional team_id: string;
Defined in: src/types/request/common.ts:70
Description
If using an org token, team_id is required.
Inherited from
OptionalTeamAssignable.team_id
to_old?
optional to_old: boolean;
Defined in: src/types/request/migration.ts:8
Description
Specify true to convert W global user IDs to workspace-specific U IDs. Defaults to false.
token?
optional token: string;
Defined in: src/types/request/common.ts:43
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token
users
users: string;
Defined in: src/types/request/migration.ts:6
Description
A comma-separated list of user IDs, up to 400 per request.