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

Ultipro - Is there a way to chain calls using data returned from first call?

jralexander137
New Contributor III
New Contributor III

Hi. We're using a REST connection to connect to UKG Pro(Ultipro). The api endpoint used to retreive employee records does not provide attributes called orgLevelDescription but does provide orgLevelCodes. Is it possible to do a multi-call config, passing an attribute/value returned from the first call to the second? For example, if we pull user record, can we grab and pass the orgLevelCode value to the 2nd api call to then pull the data from the response and populate in the user record in sav?

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

You can have multiple calls 

https://forums.saviynt.com/t5/identity-governance/importuserjson-failing-with-multicall/m-p/26053#M1...


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

Is it possible to pull an attribute value returned from one call to be passed as a parameter value in a subequent call?

Yes you can use dependent call


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