xero
xero copied to clipboard
Access single Employee
Does not seem to support accessing a single employee ie. xero.call('GET', '/Employees/81axxxxe-5c76-46f7-b136-f01xxxx019e3', null, function(err, json) {
List of all Employees is all OK, but when an id is passed, it returns: { statusCode: 404, data: 'The resource you're looking for cannot be found' }
Am I coding it wrong?