Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Remove Do Not Disturb Delegate

gmalizon
New Contributor II
New Contributor II

We're unable to remove the Do Not Disturb Delegate. We tried the custom query from Notification feed - Saviynt Forums but it's not working. Please check. Thank you

gmalizon_0-1707764647459.png

 

8 REPLIES 8

CR
Regular Contributor III
Regular Contributor III

@gmalizon 

try below:

update users set donotdelgete=null where username=''

or

update users set donotdelgete= ' ' where username=''

please execute CQ

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

gmalizon
New Contributor II
New Contributor II

Tried both query but still having errors. I used the job Enhanced Query Execution since Custom Query is no longer available in v23.11

gmalizon_0-1707766470053.png

gmalizon_1-1707766578938.png

 

 

Users table is not supported in  Enhanced query. Please use rest api to remove delegate

https://documenter.getpostman.com/view/23973797/2s9XxwutWR#739655e0-a008-48b8-9cdd-faa67e7734be


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

gmalizon
New Contributor II
New Contributor II

Thank you for sharing this information. 

Can you share the user param for DO NOT DISTURB DELEGATE? We have successfully updated other values but we're having issue updating this param. 

 

gmalizon
New Contributor II
New Contributor II

Working now. Thanks for all the help. 

Hi Gmalizon,

Can you please share the payload you used. We are trying the same but it is currently not working for us.

 

CR
Regular Contributor III
Regular Contributor III

@Rashmi 

use below:

{
"propertytosearch": "username",
"username":"12342",
"DONOTDISTURBDELEGATE":null}


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

gmalizon
New Contributor II
New Contributor II
Hi All - we used below payload to remove the value for do not disturb delegate. 
 
{
  "propertytosearch": "username",
   "username":"12342",
   "doNotDisturbDelegate": ""
}