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

Configured a SOAP WorkDay connector : want to Import a single user and then proceed with Full Import

mbh_it
Regular Contributor II
Regular Contributor II

Hello Team,

I have configured a New Workday_SOAP connection, I am looking for a single user import first . will following filter serve the purpose and bring user with ID XXX?

<bsvc:Request_References
bsvc:Skip_Non_Existing_Instances="true"
bsvc:Ignore_Invalid_References="true">
<bsvc:Worker_Reference>
<bsvc:ID bsvc:type="Employee_ID">XXX</bsvc:ID>
</bsvc:Worker_Reference>
</bsvc:Request_References>
<bsvc:Request_Criteria>

 

Kindly let me know.

Thanks

Mahesh

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Try first in postman if payload works then same payload will work in saviynt


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

mbh_it
Regular Contributor II
Regular Contributor II

I will check this thank you.