TYBA






protocol.streaming.GetUserAccountsRequest

GetUserAccountsRequest

This request allows you to get the user account for the supplied user id.

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

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getUserAccounts>
              <uid>1</uid>
          </getUserAccounts>
      </fn>
  </sireq>

 

back to index