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

Workday RaaS user import mapping

singh
New Contributor III
New Contributor III

Hello,

How do I map the employee ID of the manager in the user import mapping for Workday RaaS. Here is the XML snippet - 

<wd:Manager_-_Level_01 wd:Descriptor="ABC XYZ">
<wd:ID wd:type="WID">XXXXXXXXXXXXXXXXXXXXXXXXXX</wd:ID>
<wd:ID wd:type="Employee_ID">1008936</wd:ID>
</wd:Manager_-_Level_01>

6 REPLIES 6

adarshk
Saviynt Employee
Saviynt Employee

Please share the JSON you are using to map the fields. 

follow the below thread for sample:
https://forums.saviynt.com/t5/identity-governance/workday-raas-getting-attributes-only-from-the-prim...

singh
New Contributor III
New Contributor III

This article doesn't have solution to the issue

rushikeshvartak
All-Star
All-Star

"EMPLOYEEID": "Worker_Data.wd:Manager_-_Level_01.Employee_ID"


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

This is not working.

 

{
"ImportType": "RAAS",
"ResponsePath": "wd:Report_Data.wd:Report_Entry",
"ImportMapping": {
"USERNAME": "wd:Employee_ID~#~string",
"STATUSKEY": "wd:Active_Status~#~string",
"TITLE": "wd:businessTitle~#~string",
"DEPARTMENTNAME": "wd:Cost_Center.wd:Descriptor~#~string",
"COSTCENTER": "wd:Cost_Center.wd:ID[3].wd:type~#~string",
"COUNTRY": "wd:Country~#~string",
"EMAIL": "wd:Email_-_Work.wd:Descriptor~#~string",
"EMPLOYEETYPE": "wd:Employee_Type.wd:Descriptor~#~string",
"FIRSTNAME": "wd:Preferred_Name_-_First_Name~#~string",
"DISPLAYNAME": "wd:Formatted_Name~#~string",
"STARTDATE": "wd:Hire_Date~#~string",
"LASTNAME": "wd:Preferred_Name_-_Last_Name~#~string",
"OWNER": "wd:Manager_-_Level_01.Employee_ID~#~string",
"MIDDLENAME": "wd:Preferred_Name_-_Middle_Name~#~string",
"LOCATION": "wd:location.wd:Descriptor~#~string",
"LEAVESTATUS": "wd:On_Leave~#~string",
"COMPANYNAME": "wd:Company.wd:Descriptor~#~string",
"PHONENUMBER": "wd:phoneNumber~#~string",
"CUSTOMPROPERTY4": "wd:Time_Type.wd:Descriptor~#~string",
"CUSTOMPROPERTY3": "wd:Primary_Address_-_Postal_Code~#~string",
"ENDDATE": "wd:termination_date~#~string",
"SECONDARYPHONE": "wd:primaryWorkPhone~#~string",
"EMPLOYEEID": "wd:Employee_ID~#~string"
}
}

KP18
New Contributor
New Contributor

Hi @singh, Please share the solution here if this is resolved?

singh
New Contributor III
New Contributor III

I am still trying to find the solution