Custom Report Generation

Hi Experts,

I’m trying to create a custom report with list of entitlement and its owner from a source. I will be able to get the data through API calls, but the challenge here is to export the data into a csv file. Has any one tried this usecase before, If so could you please help me here.

Hi @chandramohans27 ,

There are many ways to export entitlements :

  1. Programmatic Export via API: If you want to export in CSV format, you’ll need to make an API call and process the retrieved data programmatically to save it as a CSV file. The SailPoint SDKs https://developer.sailpoint.com/ can simplify this process by providing tools for making API calls.

  2. VS Code Extension: Alternatively, you can use the SailPoint IdentityNow VS Code extension SailPoint IdentityNow VS Code Extension Now Available. This extension allows you to directly export entitlement details per source within your VS Code environment. extension you have abilty to export directly entitlement details per source :

@chandramohans27,

You can also export entiitlements in CSV format, througth the ui, by filtering by column that you want and download the csv :

1 Like

@baoussounda

I’m looking for this option but we dont have entitlement owner column coming up in the search module even though an entitlement is updated with owner.

@chandramohans27 you must use one of the 2 first solutions.

In vs code export you have owner

With script you can process data as you want by the SDK or native script of programmaticaly language that your prefer

As @baoussounda mentioned, customized reports like the one you need can be achieved by writing a script that will invoke the necessary APIs and transform the output into a CSV file. I demonstrated this process at our first developer days. Take a look at the video below to see how it is done.

1 Like

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