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

Sending "Rule run" information as in "Service Desk Connection" connection

rajsin
New Contributor II
New Contributor II

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?

3 REPLIES 3

rushikeshvartak
All-Star
All-Star
  • No.

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

rajsin
New Contributor II
New Contributor II

Thanks for the feedback, Whenever user update happens, it shows rule run in history. Which database table give that information? Thanks for the feedback.

select changelog, userkey, updatedby,RULERUNS
from usershistory where userkey in ( select userkey from users where username in ('Rushi') )

rushikeshvartak_0-1724381963204.png

rushikeshvartak_1-1724382046509.png

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.