Update a User's Preferences
put
/primeapi/restapi/userPreferences
Send a request to this endpoint to update a user's preferences.
Request
Supported Media Types
- application/json
A user preferences object.
Root Schema : ApiEntityApplicationUserSetting
Type:
Show Source
object
-
applicationUserId(optional):
integer(int64)
The unique identifier of a user's settings.
-
applicationUserSettingId(optional):
integer(int64)
The unique identifier of a user's settings.
-
link(optional):
string(url)
Read Only:
true
-
namespace(optional):
string
Allowed Values:
[ "Length[1-255]" ]
The namespace to which a user is assigned. -
settingName(optional):
string
Allowed Values:
[ "Length[1-255]" ]
The name of a user setting. -
settingValue(optional):
string
Allowed Values:
[ "Length[1-255]" ]
The value of a user setting. -
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input for the user preferences service.