powershell_module_workdayapi
powershell_module_workdayapi copied to clipboard
security requirements on Workday?
Are you aware of the security privileges required to utilize items like get-workdayworker ?
As I inherited the Integration account I use, I am not sure how it was initially setup. I did find this article titled Verify Authorization Security for Workday Web Services, that could be a good place to start.
For a good overview, I've found the MS doc on how to set up the MS Workday sync tool to be useful in getting to grips with this sort of thing.
Just remember to only provide 'Get' permissions to the integration user, unless you are absolutely sure you want to be writing that type of data. This has saved me more than once :)
thanks for the information on this! I also just found this article: https://dereksysadmin.wordpress.com/2018/05/17/workday-powershell/ which states what they needed to get your module working
Would someone be interested in writing directions in the Wiki?