Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/12/2024 11:08 AM
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
Solved! Go to Solution.
02/12/2024 11:19 AM - edited 02/12/2024 11:21 AM
try below:
update users set donotdelgete=null where username=''
or
update users set donotdelgete= ' ' where username=''
please execute CQ
02/12/2024 11:37 AM
Tried both query but still having errors. I used the job Enhanced Query Execution since Custom Query is no longer available in v23.11
02/12/2024 11:46 AM
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
02/12/2024 01:28 PM
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.
02/12/2024 01:39 PM
Working now. Thanks for all the help.
02/13/2024 06:55 AM
Hi Gmalizon,
Can you please share the payload you used. We are trying the same but it is currently not working for us.
02/13/2024 07:16 AM
use below:
{
"propertytosearch": "username",
"username":"12342",
"DONOTDISTURBDELEGATE":null}
02/13/2024 07:19 AM