migration exchange
GET {{baseUrl}}/migration.exchange?users=<string>&team_id=<string>&to_old=<boolean>
For Enterprise Grid workspaces, map local user IDs to global user IDs
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
users | string | (Required) A comma-separated list of user ids, up to 400 per request | |
team_id | string | Specify team_id starts with T in case of Org Token | |
to_old | string | Specify true to convert W global user IDs to workspace-specific U IDs. Defaults to false . |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","team_id":"\u003cstring\u003e","enterprise_id":"\u003cstring\u003e","invalid_user_ids":["\u003cstring\u003e","\u003cstring\u003e"],"user_id_map":"\u003cobject\u003e"}