Download Single Identity's Access History csv for audit

I can view individual user’s access history in Identity Management > Access History but how can I download the full history?

Hi @erie-erie,

One way is to use this API to get all the events - get-historical-identity-events | SailPoint Developer Community

It is usually in the same order as you see in access history.

Here’s a screenshot of my postman,

Also, if you are using v2024, make sure to set X-SailPoint-Experimental to true in the header. After that you can copy the JSON.

Hope this helps!

1 Like

You also have a beta API for this call.

In the backend when you search for an identity this api would be called.