protocol.streaming.GetUserAccountsResponse
This response acts as an acknowledgment to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uid | no | 1 | text | user id |
col | no | 1 | list | list of user accounts. |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getUserAccounts> <uid>1</uid> <col> <account> <uid>1</uid> <usnm>mail@user1.co.uk</usnm> <ty>0</ty> </account> <account> <uid>1</uid> <usnm>user1</usnm> <ty>1</ty> </account> </col> </getUserAccounts> </fn> </siresp>