A request XML packet retrieving settings of web users includes the get operation node:
<packet version="1.4.2.0">
<webuser >
<get>
...
</get>
</webuser>
</packet>
The get node is presented by type WebUserSetInputType (webuser.xsd), and its graphical representation is as follows:

webuser.xsd).
Remarks
You can retrieve settings of multiple web users using different filtering rules in a single packet. Add as many get operations as the number of different filtering rules to be used.
<packet version="1.4.2.0">
<get>
...
</get>
...
<get>
...
</get>
</packet>