TYBA






protocol.deezer.SetDeezerUserAccountRequest

SetDeezerUserAccountRequest

This request allows you to set a deezer user account credentials. Do not send passwords in plain text - use md5sum of password.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1integeruser id
emailno1textemail address
pswdno1textmd5sum of password

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <setDeezerAccount>
              <uid>45435434354343</uid>
              <email>user@mail.com</email>
              <pswd>abc123</pswd>
          </setDeezerAccount>
      </fn>
  </sireq>

 

back to index