I have integrated xero in my application, I want to sync employee information from my application to xero & xero to my application. I found 2 apis to do the same.
- GET https://api.xero.com/payroll.xro/1.0/Employees/fb4ebd68-6568-41eb-96ab-628a0f54b4b8
- POST https://api.xero.com/payroll.xro/1.0/Employees/
But I couldn't get/update profile images using those images. Is there any other apis available for this? or How can I achieve the same.