TYBA






protocol.deezer.GetUserHasDeezerAccountRequest

GetUserHasDeezerAccountRequest

This request allows you to get whether a user has a deezer account stored on the muse server.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1integeruser id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <hasDeezerAccount>
              <uid>45435434354343</uid>
          </hasDeezerAccount>
      </fn>
  </sireq>

 

back to index