Gender_code is not aggregated in workday aggregation

Which IIQ version are you inquiring about?

Version 8.X

Share all details related to your problem, including any error messages you may have received.

Hi
I am trying to fetch Gender values in IIQ from Workday. I am able to receive the values in Postman call. But no values are received in IIQ after account aggregation. The xpath I am using is here

wd:Worker_Data/wd:Personal_Data/wd:Personal_Information_Data/wd:Personal_Information_For_Country_Data/wd:Country_Personal_Information_Data/wd:Gender_Reference[wd:ID[@wd:type='Gender_Code']]

I had tried aggregating the other fields under same tag. For e.g. Birth_Date. But for this one too I did not receive the value.

As part of the response group I have tried setting Include_Personal_Information and Show_All_Personal_Information as True. Also the workday permissions are provided.

Does anyone has any idea why the Gender values are are not being aggregated. Appreciate any reply. Thanks.

Try the below XPATH instead
/wd:Worker/wd:Worker_Data/wd:Personal_Data/wd:Personal_Information_Data/wd:Pronoun_Reference/@wd:Descriptor

@sanjoysailling which API version you are using? the XPath Syntax is different based on version.
Gender code i don’t see in connector. try first with Birth_Date.

You will get syntax from Wokday connector doc.

XPATH to Support Additional Standard Attributes in Schema (sailpoint.com)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.