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: postPath:
/api/restapi/userPreferences/syncBatch
-
Batch Update User Preferences (Deprecated since 25.5) - Method: putPath:
/api/restapi/userPreferences/batch
-
Update a User's Preferences (Deprecated since 25.5) - Method: putPath:
/api/restapi/userPreferences
- View All User Preferences
- Method: getPath:
/api/restapi/userPreferences/allUserSettings
- View User Preferences
- Method: getPath:
/api/restapi/userPreferences/{applicationUserSettingId}
- View User Preferences by Setting Name
- Method: getPath:
/api/restapi/userPreferences/name/{settingName}