Hello devs!
I’m reaching out because I’m having difficulty accessing the historical data of identities associated with a specific role in SailPoint, including details on when the role was granted or revoked, along with the corresponding dates.
I was under the impression that this information could be retrieved using queries in the interface, but I’m struggling to filter the data accurately to obtain the desired results. I’d like to export this data as a CSV like other queries, but the system isn’t allowing me to do so.
Thank you so much for your help, and please let me know if you need any additional details to assist me further
There is other option to get the access history of a user. But, using this way you can only search one identity at a time and no way to export the data (but you can do copy and paste)
Hello @JackSparrow. I´m searching a way of exporting historical identities from a role and their dates of being part of that role or living it, not historical roles of an identity. Please let me know if you need more information
The SailPoint REST API uses pagination to manage the number of results returned in a single response, with a default limit of 250 records per page for list endpoints. To retrieve more than 250 records, you need to use the limit and offset parameters to retrieve subsequent pages of results.
Hi @pattabhi I already know that and thank you, but I´m searching a way of filtering historical identities from a role. Let me know if you need more info please