Retrieving a web user settings
This packet retrieves settings of all web users of the domain with ID 5.
<packet version="1.4.2.0">
<webuser>
<get>
<filter>
<domain-id>5</domain-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>