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

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