TYBA






protocol.deezer.GetDeezerUsernameRequest

GetDeezerUsernameRequest

This request allows you to get a user's deezer account name from the muse server.

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

Example xml:


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

 

back to index