Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

export user data into CSV through Aanlytics

RV
Regular Contributor
Regular Contributor

We have a requirement to extract a CSV file of newly onboarded users form Saviynt.  Is there a way to schedule Analytical report to generate the output in CSV on one of the FileDirectory folders?  We then plan to use FTP Job to share the generated output CSV file to another app.

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Create analytics report and place is datafiles using saviynt rest apis

https://documenter.getpostman.com/view/1797923/2s83mbojGM#3bf94384-0191-4697-8f23-a5698794ceff


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

RV
Regular Contributor
Regular Contributor

1.  Is there any other option other than using REST APIs?

2. Which REST API endpoint gives an option to select the "datafiles" folder.  It is not clear from the link you shared.  

I don’t see any other option other than APi as downloads folder you can’t access (there is no api available)

use below apis

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

RV
Regular Contributor
Regular Contributor

After running the API "runAnalyticsControls",  to which directory does the output file is generated?

I can then specify that directory name in uploadSchemaFile to move it to 'DataFiles'

runAnalyticsControls will Run analytics. fetch will give data from analytics. You need to write in excel and upload file using upload API


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.