protocol.streaming.GetUserAccountsRequest
This request allows you to get the user account for the supplied user id.
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 |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getUserAccounts> <uid>1</uid> </getUserAccounts> </fn> </sireq>