Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Workday Email Writeback

NPY
New Contributor III
New Contributor III

We have a use case where we need to delete email for certain users in Workday. For this we are employing Workday SOAP connector. 

When I set the delete email_address flag to 'true' in User Update SOAP query, I get the username or password error as follows:

NPY_1-1715215125329.png

NPY_0-1715215095968.png

When I set delete flag to false, user email update to Workday is successful. Can you please let me know what the issue is here?

2 REPLIES 2

Raghu
Valued Contributor III
Valued Contributor III

@NPY  can you try like below format and test boolean value

<bsvc:Email_Information_Data bsvc:Delete=\"false\">


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

Does it works from postman /SOAP UI ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.