protocol.deezer.GetUserHasDeezerAccountRequest
This request allows you to get whether a user has a deezer account stored on the muse server.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uid | no | 1 | integer | user id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <hasDeezerAccount> <uid>45435434354343</uid> </hasDeezerAccount> </fn> </sireq>