We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Calling a Oracle BI report using Rest API

JasmeenB
New Contributor II
New Contributor II

Hi,

We need to call a Oracle BI report to import the users.

URL- https://docs.oracle.com/middleware/12213/bip/BIPAP/op-v1-reports-%7BreportPath%7D-run-post.html

The Report response is in XML format.

1. Have anyone , called a report and imported the user in saviynt in importuserjson?

2. How to call the report and parse the XML to map the attributes to the user object in saviynt?

3 REPLIES 3

SB
Saviynt Employee
Saviynt Employee

You should be able to import the data from XML response using REST. You can refer to REST Connector guide for examples of the JSON. 

https://docs.saviyntcloud.com/bundle/REST-v23x/page/Content/Developers-Handbook.htm


Regards,
Sahil

JasmeenB
New Contributor II
New Contributor II

Hi Sahil,

COuld you please provide any examples of connection json for calling a report and import user json to map the attributes from xml?

SB
Saviynt Employee
Saviynt Employee

The connection json will depend on your target application and you can create it based on the postman setup that you use to run the api. You can refer to the REST guide for different examples.

https://docs.saviyntcloud.com/bundle/REST-v23x/page/Content/Developers-Handbook.htm

 


Regards,
Sahil