UserPreference Object
Contains information about a user preference.
This object is used by the following operations:
- POST /api/users/{UserID}/preferences
- GET /api/users/{UserID}/preferences/{PreferenceName}
- Operations that reference the UserPreferences object
The properties included in the UserPreference object are listed below. All values are optional.
Property | Type | Description |
---|---|---|
Name | string | The name of the user preference. |
Value | string | The value of the user preference. |