Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

REST Connector - Import Entitlements using multiple API calls

anuragtripathi
New Contributor II
New Contributor II

Hi Forum,

 

I have a requirement where i have to invoke two api calls to import entitlements from an application. In the first API call, I get department details including ID which is unique and this unique ID needs to provided in the second api calls to import all entitlements related to the department.

I have followed the developer handbook but didnt work. Any suggestions or samples please. Thanks in advance.

 

FirstAPI call Response:

[
{
        "id": "20c42277",
        "name": "MT",
},
{
        "id": "42277",
        "name": "AU",
}
]
 

In the second API call, we get all the entitlement details and I have to repeat the same for each dept ID.

0 REPLIES 0