Accounting

Retrieves a specific employee used in Xero payrun using a unique employee Id

get/Employees/{EmployeeID}

Path parameters

EmployeeIDstring uuid required

Unique identifier for a Employee

Response

Success - return response of type Employees array with specified Employee

Example response

{
  "Employees": [
    {
      "UpdatedDateUTC": "/Date(1573755038314)/",
      "StatusAttributeString": "ERROR"
    }
  ]
}

Changes