protocol.GetUserByIdResponse
This response acts as an acknowledgment to its corresponding request as well as containing the user information for the supplied id.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | integer | player id |
us | yes | 1 | SiUser | user info |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getUserById> <id>1</id> <us> <uid>1</uid> <usnm>Bob Dylan</usnm> </us> </getUserById> </fn> </siresp>