SuccessFactors - Additional Attributes

Does anyone know the JSON/ATOM filtering syntax needed for the SuccessFactor connector when adding additional attributes?

The specific use case is around phone numbers inside the phoneNav where we want only a specific item based on “phoneType” = “12345”. The Workday connector has specific documentation and looks like this “Worker_Data/Employment_Data/Worker_Job_Data/Position_Data/Job_Profile_Summary_Data/Job_Profile_Reference/ID[@type=‘Job_Profile_ID’]” but I’m not sure if SuccessFactors uses the same syntax or different.

@edmarks for successfactor you need to give the path for additional attributes as below:

“Phone Number”: “/person/phone_information[isPrimary="true"]/phone_number”

Thanks
Shantanu

1 Like

Below is the information I found in SucccessFactors docs long back and I am using the same.

Private Phone: /person/phone_information[phone_type=‘H’]/phone_number

Work Phone: /person/phone_information[phone_type = ‘C’]/phone_number

Following up on this one to clarify that without having the underlying object model defined by SailPoint it’s impossible to know what attributes are included and can be referenced.

Advanced Settings is the closest page I can find but it all it says is use the SFAPI format but without knowing what objects are included in the hierarchy and what version it’s not very helpful.

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