I am trying to download the csv files generated via ‘/v2024/sources’ api as in the image below, but on clicking the link, it returns a 404 Not Found message. Can anyone suggest on how I can access the csv file?
Also, is there any api to download Entitlements from either ‘Access Model > Entitlements’ or ‘Connections > {Custom Connection Name} > Entitlement’
If you want to download the entitlements from specific source you can got to the source and download the entitlements page. I think the API link will not work. Lmk if you want any other details.
I thing this API will help you but you have to manually copy paste entitlements in file. Please use the following API link which can gives you the all list of entitlement present in your tenant. list-entitlements | SailPoint Developer Community
Cloud you please share you API properly so we can check on it.
Thank you for sharing the List entitlements API link. I checked the APIs and I can get only
The ISC link is https://{tenant}.identitynow.com/ui/a/admin/connections/sources/{:sourceId}/view/entitlements
Screenshot of the page I see is attached below. I have options to download them as CSV file, but I wanted to know if there was any api that I could use to download the list or maybe a link to the CSV file download button.
As per my understanding as of now there is no direct API available which will gives you to download the list of entitlements in CSV file download button. Only you can download the CSV file form tenant itself.
Note:- If you want the all entitlements from tenant you may write PowerShell script or python script then export in CSV file. Refer the reference link : Entitlements | SailPoint Developer Community