protocol.deezer.GetDeezerUsernameResponse
This response acts as an acknowledgment to its corresponding request as well as containing the boolean result.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uid | no | 1 | text | deezer user id |
usnm | no | 1 | text | account name |
Example xml:
<siresp> <cid>Mum</cid> <fn> <hasDeezerAccount> <uid>45435434354343</uid> <usnm>Fred</usnm> </hasDeezerAccount> </fn> </siresp>