Response Packet Structure
The get-prefs node of the output XML packet is presented by type WebUserGetPrefOutputType (webuser.xsd) and structured as follows:

- The result node is required. It wraps the response retrieved from the server. Data type: resultFilterType (
common.xsd). - The status node is required. It specifies the execution status of the get-prefs operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. It returns the error code if the get-prefs operation fails. Data type: unsignedInt.
- The errtext node is optional. It returns the error message if the get-prefs operation fails. Data type: string.
- The filter-id node is required. It returns the filtering rule parameter. For more information, refer to the Filtering Issues section. Data type: anySimple.
- The id node is optional. If the set operation succeeds it holds the ID of the updated web user. Data type: integer.
- The at-domains node is optional. It is required if the get-prefs operation succeeds. It indicates that the web user can use domains like username@mydomain.com, where username is the name of the specified web user, mydomain.com is your domain name. Data type: boolean.
- The wuscripts node is optional. It is required if the get-prefs operation succeeds. It indicates if web users are able to use web scripts. Data type: boolean.