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

All parameters value is in array form and we would like to pull values to Rest API via import

srinath
Regular Contributor
Regular Contributor

We have peopleHr rest integration where getemployee details are in array format for each field like

Employee[

{

Firstname:[

{

Name: Srinath

Displayname: b

}]

Like above all other fields also same. So we would like to integrate with rest and import all emp details how we can map using columnsto property mapping for array value

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Share current json


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

Hi @rushikeshvartak ,

As of now we dont have any sandbox but we need to document design so we are looking for JSON how we can achieve for array filed. I have currently response when we try to pull user import API. Can it be helpful to provide any JSON

Refer https://forums.saviynt.com/t5/general-discussions/rest-connector-get-specific-array-object-in-respon...


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

Thank you @rushikeshvartak  will verify