Workday Integration · JSON Structure

Workday Integration Worker Structure

Structural definition of a Workday worker (employee or contingent worker) record

Type: object Properties: 0
EnterpriseERPFinanceHCMIntegrationPayroll

Workday Integration Worker Structure is a JSON Structure definition published by Workday Integration. It conforms to the http://json-schema.org/draft-07/schema# meta-schema.

Meta-schema: http://json-schema.org/draft-07/schema#

JSON Structure

Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Workday Worker Structure",
  "description": "Structural definition of a Workday worker (employee or contingent worker) record",
  "type": "object",
  "structure": {
    "id": {
      "type": "string",
      "description": "Unique worker identifier (GUID)",
      "example": "3aa5550b7fe348b98d7b5741ba4a5023"
    },
    "descriptor": {
      "type": "string",
      "description": "Human-readable worker name",
      "example": "John Smith"
    },
    "href": {
      "type": "string",
      "format": "uri",
      "description": "Canonical URL for the worker resource"
    },
    "workerType": {
      "type": "object",
      "description": "Classification of the worker",
      "fields": {
        "id": "string",
        "descriptor": "Employee | Contingent Worker"
      }
    },
    "workerStatus": {
      "type": "object",
      "description": "Current employment status",
      "fields": {
        "id": "active | inactive | leave",
        "descriptor": "string"
      }
    },
    "primaryJob": {
      "type": "object",
      "description": "Primary job assignment",
      "fields": {
        "jobTitle": "string",
        "department": "object (id, descriptor)",
        "location": "object (id, descriptor)",
        "manager": "object (id, descriptor)",
        "hireDate": "string (ISO 8601 date)",
        "endEmploymentDate": "string (ISO 8601 date, optional)"
      }
    },
    "personalData": {
      "type": "object",
      "description": "Personal information (access controlled)",
      "fields": {
        "legalName": "object (firstName, lastName, prefix)",
        "preferredName": "string",
        "dateOfBirth": "string (ISO 8601 date)",
        "gender": "object (id, descriptor)",
        "nationality": "object (id, descriptor)"
      }
    },
    "contactInformation": {
      "type": "object",
      "description": "Contact details",
      "fields": {
        "workEmail": "string (email)",
        "workPhone": "string",
        "homeAddress": "object (addressLine1, city, state, postalCode, country)"
      }
    }
  },
  "listResponse": {
    "total": "integer",
    "data": "array of worker objects"
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/workday-integration-worker-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.