Email Writeback from SailPoint IDN to workday

I’m trying to writeback Email Writeback from SailPoint IDN to workday. Can someone please help me with the code to proceed further?

@KottiSravya you can use attribute sync feature to write back the email address.

Step1: Create a new attribute in identity profile and map it to your AD account attribute mail.
Step2: Add a mapping in your workday source (create account)
Step3: Enable attribute sync

e.g.

Make sure your XPATH is set correctly in your Workday source configuration.

Have you tried Attribute sync for Workday and writing back the email address from the Identity Attribute?

Hi @KottiSravya
You can use the built in Attribute Sync functionality to write back the email address.
You can configure sync , Add provision policy → Turn on attribute sync
Check here for more: Mail Writeback from IDN to workday

Hi @KottiSravya ,

Please use this api and add the below as body:

{
   "attributes": [
     
       {
           "displayName": "att_email",
           "enabled": true,
           "name": "email",
           "target": "EMAIL_ADDRESS_WORK"
       }
      
   ],
   "source": {
       "id": "69485c874644448a95483115bf67958c",
       "type": "SOURCE",
       "name": "Workday"
   }
 }

@KottiSravya have you enabled attribute sync for this ?

Hi @KottiSravya,

You can leverage OOTB attribute Sync no need do any coding.
You may refer this Synchronizing Attributes - SailPoint Identity Services

Regards,
Vasanth

Hi @shekhardas1825 I followed the above steps given and enabled the attribute sync. Could you please let me know how I can verify if the writeback is working fine.

@KottiSravya

Process the identity
image

Open the workday account for the user on sailpoint and see the attribute is updated.

You can also validate in the events and account activity as well.

1 Like

Hi @shekhardas1825 It worked Thanks. If I need any further assistance I will reach out to you.

1 Like

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