protocol.GetUserByIdRequest
This request allows you to get user information based upon its id.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | text | user id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getUserById> <id>1</id> </getUserById> </fn> </sireq>