list_change_accounts
To get a list of accounts to which you can transfer a unit, use the list_change_accounts method:
svc=account/list_change_accounts¶ms={"units":[<long>]} |
The request must contain the unit parameter, specifying the unit ID array.
Response
If the request is completed successfully, a response of the following format is returned:
[
{
"id":<long>, /* Account ID. */
"name":<text> /* Account name. */
},
... /* Other valid accounts (if any). */
]