Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/22/2024 06:57 PM
We are building rest connection with servicenow for "Service Desk Connection" for managing tasks/tickets in service now. We can send all user attributes as part of user update task but is it possible to send only the user attributes which require change?
Solved! Go to Solution.
08/22/2024 07:20 PM
08/22/2024 07:42 PM
Thanks for the feedback, Whenever user update happens, it shows rule run in history. Which database table give that information? Thanks for the feedback.
08/22/2024 07:56 PM - edited 08/22/2024 08:00 PM
select changelog, userkey, updatedby,RULERUNS
from usershistory where userkey in ( select userkey from users where username in ('Rushi') )