Properties
| Name | Type | Description |
|---|---|---|
| EmployeeID | string | The Xero identifier for an employee e.g. 297c2dc5-cc47-4afd-8ec8-74990b8761e9 |
| Status | string | Current status of an employee – see contact status types |
| FirstName | string | First name of an employee (max length = 255) |
| LastName | string | Last name of an employee (max length = 255) |
| ExternalLink | object | |
| UpdatedDateUTC | string | |
| StatusAttributeString | string | A string to indicate if a invoice status |
| ValidationErrors | array | Displays array of validation error messages from the API |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Employee",
"title": "Employee",
"externalDocs": {
"url": "http://developer.xero.com/documentation/api/employees/"
},
"properties": {
"EmployeeID": {
"description": "The Xero identifier for an employee e.g. 297c2dc5-cc47-4afd-8ec8-74990b8761e9",
"type": "string",
"format": "uuid"
},
"Status": {
"description": "Current status of an employee \u2013 see contact status types",
"type": "string",
"enum": [
"ACTIVE",
"ARCHIVED",
"GDPRREQUEST",
"DELETED"
]
},
"FirstName": {
"description": "First name of an employee (max length = 255)",
"maxLength": 255,
"type": "string"
},
"LastName": {
"description": "Last name of an employee (max length = 255)",
"maxLength": 255,
"type": "string"
},
"ExternalLink": {
"$ref": "#/components/schemas/ExternalLink"
},
"UpdatedDateUTC": {
"type": "string",
"x-is-msdate-time": true,
"example": "/Date(1573755038314)/",
"readOnly": true
},
"StatusAttributeString": {
"description": "A string to indicate if a invoice status",
"type": "string",
"example": "ERROR"
},
"ValidationErrors": {
"description": "Displays array of validation error messages from the API",
"type": "array",
"items": {
"$ref": "#/components/schemas/ValidationError"
}
}
},
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/xero-employee"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.