09/01/2023 11:24 AM
Hi Experts,
May i know the saviynt block/field which we used to import users from workday raas.
Currently am using the user_import_mapping field to import users. As similar as this user_import_payload is also there.
Am in doubt which block i need to use whether it is user_import_mapping or user_import_payload.
Am using these json in user_import_mapping field.
when am trying to update the attributes it is not working and attributes are not updating.
Please let me if am missing any thing. Please help us.
{
"ImportType": "RAAS",
"ResponsePath": "wd:Report_Data.wd:Report_Entry",
"ImportMapping": {
"DISPLAYNAME": "wd:PreferredName.wd:Descriptor~#~string",
"FIRSTNAME": "wd:FirstName~#~string",
"LASTNAME": "wd:LastName~#~string",
"statuskey": "wd:ActiveStatus~#~string",
"TITLE": "wd:BusinessTitle~#~string",
"COMPANYNAME": "wd:Company.wd:Descriptor~#~string",
"COSTCENTER": "wd:CostCenter.wd:Descriptor~#~string",
"COUNTRY": "wd:Country.wd:Descriptor~#~string",
"DEPARTMENTNAME": "wd:Department~#~string",
"DEPARTMENTNUMBER": "wd:DepartmentID~#~string",
"JOBDESCRIPTION": "wd:JobFamily~#~string",
"LOCATION":"wd:Location.wd:Descriptor~#~string",
"MANAGER": "wd:Manager~#~string",
"SECONDARYMANAGER": "wd:ManagersMgr~#~string",
"EMAIL": "wd:PrimaryEmail~#~string",
"STARTDATE": "wd:StartDate~#~string",
"EMPLOYEETYPE": "wd:WorkerType~#~string",
"EMPLOYEEID": "wd:workerID~#~string",
"CUSTOMPROPERTY1": "wd:CompanyID~#~string",
"CUSTOMPROPERTY2": "wd:CostCenterID~#~string",
"CUSTOMPROPERTY3": "wd:CountryReference~#~string",
"CUSTOMPROPERTY4": "wd:ManagerID~#~string",
"CUSTOMPROPERTY5":"wd:ManagersMgrID~#~string",
"CUSTOMPROPERTY6": "wd:SupervisoryOrg~#~string",
"CUSTOMPROPERTY7": "wd:WID~#~string",
"CUSTOMPROPERTY8": "wd:WorkAddressLine1~#~string",
"CUSTOMPROPERTY9": "wd:WorkCityTown~#~string",
"CUSTOMPROPERTY10": "wd:WorkCountry~#~string",
"CUSTOMPROPERTY11": "wd:WorkPostalCode~#~string",
"CUSTOMPROPERTY12": "wd:WorkStateProvince~#~string",
"CUSTOMPROPERTY13": "wd:isManager~#~string"
}
}
09/04/2023 12:19 AM
Hi @AshirvadhN
The USER_IMPORT_PAYLOAD stands for sending the requirements to WorkDay to get all the user attributes during the user import job.
Wherever the USER_IMPORT_MAPPING contains the information regarding the mapping of user attributes in EIC with respect to the reports generated using the USER_IMPORT_PAYLOAD parameter.
You can find the default payload JSON for the above parameters in the below link.
https://docs.saviyntcloud.com/bundle/WD2-v23x/page/Content/Default-Payloads-for-Connection-Parameter...
Hope it will help you.
Thanks