I'm new with workday, i have multiple docusign accounts and i wanted to integrate multiple docusign accounts to workday.
I was able to integrate only one docusign account with my workday using tenant but i want to integrate another docusign account. I am wondering if this is applicable using API but how it could be done using API.
Will appreciate any advice!
If you're using the Out-Of-The-Box provided integration for Workday (meaning you didn't code it) then the answer is no, you cannot have multiple accounts, that integration does not support it.
If you're building your own integration to Workday, then you can add such functionality for account switching. When you get your access token, you have to make a special API call (getUserInfo) to get all the accounts that this user (member) has access to and then you can store them and let the end-user choose which account to use (And then you use that accountID
when you make API calls).