User Preferences REST Endpoints

User Preferences
Use the User Preferences service to view and update user preferences. User preferences determine data display formats and personal details, and are exclusive to each user. Update Keys : 'applicationUserSettingId'
Batch Update User Preferences
Method: put
Path: /api/restapi/userPreferences/batch
Update a User's Preferences
Method: put
Path: /api/restapi/userPreferences
View All User Preferences
Method: get
Path: /api/restapi/userPreferences/allUserSettings
View User Preferences
Method: get
Path: /api/restapi/userPreferences/{applicationUserSettingId}
View User Preferences by Setting Name
Method: get
Path: /api/restapi/userPreferences/name/{settingName}