TYBA






protocol.streaming.UserAccount

UserAccount

This structure represents useful information about a user account.

ParameterOptionalMax AllowedDataTypeNotes
uidno1database iduser id
usnmno1textuser name
tyno1integeraccount type

Example xml:

 <account>
  <uid>1</uid>
  <usnm>testuser1</usnm>
  <ty>0</ty>
 </account>
 

back to index