Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Workday Writeback Issue

Saviyntuser_25
New Contributor II
New Contributor II

Hi,

We have a separate connection for updating phone numbers back to Workday.

For the phone number, we need to pass the data as follows:

<bsvc:Country_Code_Reference><bsvc:ID bsvc:type="Country_Phone_Code_ID">USA_1</bsvc:ID>
</bsvc:Country_Code_Reference>
<bsvc:Complete_Phone_Number>${user.phonenumber}</bsvc:Complete_Phone_Number>

The system only accepts the country code as 'USA_1' and works fine for that. When we attempt to use 'JP_81' or 'Japan_81' for Japanusers, it returns an error indicating that it is not a valid ID value for type 'Country_Phone_Code_ID'.

Could someone please provide the country codes we should use for countries other than the USA?

Thanks

 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

JPN_81


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Thanks @rushikeshvartak ,

It worked for Japan users. Could you please share or let us know from where we can find the list of all the countries and their code that Workday soap would accept.

Please check with workday team, I dont find any documentation around same


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

You can use from here https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.