/migration.exchange
GET
/migration.exchange
migration
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/migration.exchange?token=&users='
Response Response Example
200 - response
{
"enterprise_id": "E1KQTNXE1",
"invalid_user_ids": [
"U21ABZZXX"
],
"ok": true,
"team_id": "T1KR7PE1W",
"user_id_map": {
"U06UBSUN5": "W06M56XJM",
"U06UBSVB3": "W06PUUDLY",
"U06UBSVDX": "W06PUUDMW",
"U06UEB62U": "W06PTT6GH",
"W06UAZ65Q": "W06UAZ65Q"
}
}
Request
Query Params
token
stringÂ
required
tokens.basic
users
stringÂ
required
team_id
stringÂ
optional
T
in case of Org Tokento_old
stringÂ
optional
true
to convert W
global user IDs to workspace-specific U
IDs. Defaults to false
.Responses
Modified at 2023-08-15 05:39:46