Request Samples

Retrieving a web user settings

This packet retrieves settings of all web users of the site with ID 5.

<packet version="1.6.3.0">
<webuser>
<get>
   <filter>
      <site-id>5</site-id>
   </filter>
</get>
</webuser>
</packet>

 

Retrieving settings of multiple web users

This packet retrieves settings of two web users. The first is identified by login name MyWebAcc1, the second is identified by ID 54.

<packet version="1.4.2.0">
<webuser>

<get>
   <filter>
      <login>MyWebAcc1</login>
   </filter>
</get>

<get>
   <filter>
      <id>54</id>
   </filter>
</get>

</webuser>
</packet>

 

Please send us your feedback on this help page.