protocol.deezer.SetDeezerUserAccountRequest
This request allows you to set a deezer user account credentials. Do not send passwords in plain text - use md5sum of password.
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 |
no | 1 | text | email address | |
pswd | no | 1 | text | md5sum of password |
Example xml:
<sireq> <cid>Mum</cid> <fn> <setDeezerAccount> <uid>45435434354343</uid> <email>user@mail.com</email> <pswd>abc123</pswd> </setDeezerAccount> </fn> </sireq>