provider migration GET
/migration.exchange @utdk/slack
/migration.exchange migration_exchange
For Enterprise Grid workspaces, map local user IDs to global user IDs
- token query required
- Authentication token. Requires scope: `tokens.basic`
- string
- users query required
- A comma-separated list of user ids, up to 400 per request
- string
- team_id query
- Specify team_id starts with `T` in case of Org Token
- string
- to_old query
- Specify `true` to convert `W` global user IDs to workspace-specific `U` IDs. Defaults to `false`.
- boolean
Try it
Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import slack from '@utdk/slack';
await slack.migrationExchange()