Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Remove Do Not Disturb Delegate

gmalizon
New Contributor III
New Contributor III

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

Raghu
All-Star
All-Star

@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 III
New Contributor III

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

gmalizon
New Contributor III
New Contributor III

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 III
New Contributor III

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.

 

Raghu
All-Star
All-Star

@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 III
New Contributor III
Hi All - we used below payload to remove the value for do not disturb delegate. 
 
{
  "propertytosearch": "username",
   "username":"12342",
   "doNotDisturbDelegate": ""
}