Identity Attribute changes audit report

I want to get a list of all identities that have identity attributes modified(specific attributes) in the last 10 days and with modified timestamps. I know from access history we can see attribute changes for single users one by one. looking to find how we can generate reports for all users for a specific timeframe

look into Search Queries

Hi @GargVinay , from my understanding - I don’t think we have any way to get a report where specific modified identity attributes can be extracted as a report OOTB.

If you want to try custom approaches, you can explore Event Triggers Using Event Triggers - SailPoint Identity Services

Im also looking to make a similar query. Is there an example of this? If so please share.

Here is an example search query I would use if I wanted to find account activities whenever a user’s department or job title changes in my Active Directory source.

@accountRequests((attributeRequests.name:title OR attributeRequests.name:department) AND source.name.exact:“Active Directory”)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.