Does the Workday connector supports Employee Photo Synch?

Choudha, Rohit 1 Reputation point
2022-05-31T20:28:47.323+00:00

Does the Workday connector supports Employee Photo Synch?

Employee Photo Synch from Workday to Microsoft (AD/Teams/SP) via MS Connector
https://learn.microsoft.com/en-us/connectors/workdayhcm/

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,561 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marilee Turscak-MSFT 33,951 Reputation points Microsoft Employee
    2022-05-31T23:07:44.793+00:00

    Hi @Choudha, Rohit ,

    Yes, assuming that you are using the Get_Workers API call processed by the Workday Azure AD connector, you can synchronize the photo. The Azure AD Workday integration guide includes a table of worker values that are synchronized automatically and worker data attributes that need to be explicitly retrieved. The worker Photo Data is not synchronized by default but you can retrieve it by using the Get_Workers API and specifying the following xpath: wd:Worker_Data/wd:Photo_Data

    207239-image.png

    Depending on the XPATH API expressions configured in the provisioning schema, the Azure AD provisioning service determines which data sets to retrieve from Workday.

    Let me know if I understood correctly what you are trying to achieve and if you have further questions!

    -

    If the information provided was helpful to you, please remember to "mark as answer" so that others in the community with similar questions can more easily find a solution.

    1 person found this answer helpful.

  2. Fernando Almeida 106 Reputation points
    2024-04-22T17:01:16.0766667+00:00

    @HADDAD Nazih I researched but ended not implementing a solution for this using the Workday API and the minimum required permissions for a service principal to push photos the user. To be the best of my knowledge MS does not support nor dare I say looks interested in implementing a solution for this since it involves hitting other endpoints other than Get_Workers. Bear in mind the Workday ISU needs to have sufficient privileges to pull that information which I believe differ from ones MS requires for this connector.

    0 comments No comments