In order to get account list for unit migration please useĀ account/list_change_accounts:
svc=account/list_change_accounts¶ms={"units":[<long>]}
Options
Name | Description |
---|---|
units | unit id array |
Response
Got results
[ { "id":<long>, /* account id */ "name":<text> /* account name */ }, ... /* other valid accounts (if any) */ ]
No results
[]