TYBA






protocol.streaming.GetUserAccountsResponse

GetUserAccountsResponse

This response acts as an acknowledgment to its corresponding request.

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

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <getUserAccounts>
              <uid>1</uid>
              <col>
                  <account>
                      <uid>1</uid>
                      <usnm>mail@user1.co.uk</usnm>
                      <ty>0</ty>
                  </account>
                  <account>
                      <uid>1</uid>
                      <usnm>user1</usnm>
                      <ty>1</ty>
                  </account>
              </col>
          </getUserAccounts>
      </fn>
  </siresp>

 

back to index