Set/Update User and Application Preferences for the Logged in User
Summary
Set/Update User and Application Preferences for the Logged in UserContent
Hi,
I'm trying to Set/Update User and Application Preferences for the Logged in User using the example from here : https://docs.oracle.com/en/cloud/paas/integration-cloud/rest-api/op-ic-api-process-v1-preferences-get.html
I can read and delete the user preference but not able to set or update , it gives me Request Failed.
Here is an example for the request body :
{
"userPrefReq" : {
"NOTIFICATION_TZ": "PST",
"TASKLIST_FETCH_SIZE" : "50",
"TASKLIST_DEFAULT_GROUPING" : "PROCESS_NAME",
"VACATION_RULE": {
"target" : { "id" : "jcooper" , "type" : "USER"},
"detail" : { "action":"DELEGATE", "startDate" : "2019-10-07", "endDate" : "2019-12-09"}