TYBA






protocol.deezer.GetDeezerUsernameResponse

GetDeezerUsernameResponse

This response acts as an acknowledgment to its corresponding request as well as containing the boolean result.

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

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <hasDeezerAccount>
              <uid>45435434354343</uid>
              <usnm>Fred</usnm>
          </hasDeezerAccount>
      </fn>
  </siresp>

 

back to index