User 2.5 FindPreferences
How to find preferences of existing Content Manager users.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant. |
| psUserId | String | In | The element name of the user (e.g. VUSERADMIN). |
| psSetNameFilter | String | In | The set name filter used for filtering preference sets. |
| psItemNameFilter | String | In | The item name filter used for filtering preference items of the found sets. |
| psXMLPreferences | String | Out | Preferences XML structure with the preferences of the user. |
Requirements are:
- The user must be an administrator or the
psUserIdmust be an element name of the current user.