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 Sync User Preferences
Method: post
Path: /api/restapi/userPreferences/syncBatch
Batch Update User Preferences (Deprecated since 25.5)
Method: put
Path: /api/restapi/userPreferences/batch
Update a User's Preferences (Deprecated since 25.5)
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}