TYBA






protocol.GetUserByIdResponse

GetUserByIdResponse

This response acts as an acknowledgment to its corresponding request as well as containing the user information for the supplied id.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1integerplayer id
usyes1SiUseruser info

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <getUserById>
              <id>1</id>
              <us>
                  <uid>1</uid>
                  <usnm>Bob Dylan</usnm>
              </us>
          </getUserById>
      </fn>
  </siresp>

 

back to index