Hi everyone,
I’ve written a Python script that uses the SailPoint API to retrieve a list of accounts. However, I’ve encountered a couple of issues:
Issue 1: Some of the returned data is incomplete. For example, although Source Name should have a value, the API response shows it as missing or null. Could this be due to differences in the data source?
Issue 2: I understand the API supports pagination, but my current script only returns 250 records. I was expecting it to retrieve all records by handling pagination correctly. Is there anything I might be missing in the implementation?
Attached are the Python script file and the output data.
Please take a moment to review and share any feedback or suggestions.
Thank you in advance!
sailpoint_accounts_export_to_desktop_20250602.py (1.8 KB)
