Accounting

Retrieves employees used in Xero payrun

This endpoint is deprecated and will be removed April 28, 2026

get/Employees

Query parameters

wherestring

Filter by an any element

orderstring

Order by an any element

Headers

If-Modified-Sincestring date-time

Only records created or modified since this timestamp will be returned

Response

Success - return response of type Employees array with all Employee

Example response

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

Changes