Slack. Web. Migration
(SlackKit v1.0.0-alpha.0)
View Source
Summary
Functions
For Enterprise organization workspaces, map local user IDs to global user IDs
Functions
For Enterprise organization workspaces, map local user IDs to global user IDs
API reference
Rate limit: Tier 2: 20+ per minute
Scopes:
- Bot token:
tokens.basic - User token:
tokens.basic
Required Params
users- A comma-separated list of user ids, up to 400 per request
Optional Params
team_id- Specify team_id starts withTin case of Org Tokento_old- Specifytrueto convertWglobal user IDs to workspace-specificUIDs. Defaults tofalse.
Errors the API can return:
not_enterprise_team- The workspace associated with the token is not part of an Enterprise organization. User IDs have not changed and there is nothing to map.too_many_users- Too many user IDs provided inusers. Up to 400 user IDs are allowed per request.
See the Common Errors guide for errors returned by every Web API method.