UserPreferenceTO

A complex data type that represents a particular user’s preferences. For example, it can hold users’ notification settings and searches they have saved. Used with the Review, Commenting, and Approval building block, which is installed with the Managed Review & Approval Solution Accelerator.

For information about data that can be accessed using XPath Expressions, see Data items.

Data items

The data items that UserPreferenceTO values contain.

notificationEnabled

A boolean value that indicates whether e-mail notification is enabled for this user. If true, notification is enabled.

savedSearches

A list of ReviewSearchFilterTOvalues that represent saved searches that are associated with the user.

umOid

A string value that represents the User Management identifier for the user.

// Ethnio survey code removed