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