Workday Payroll · Schema

WorkerPayrollDetails

WorkerPayrollDetails schema from Workday Payroll API

CompensationEnterpriseHuman ResourcesPayrollSoftware-as-a-ServiceTax

Properties

Name Type Description
workerId string Unique worker identifier
workerDescriptor string Worker display name
payGroup object
paymentMethod string Worker payment method
annualSalary number Annual salary amount
hourlyRate number Hourly pay rate
compensationFrequency string Frequency of compensation
currency string ISO 4217 currency code
taxJurisdiction string Primary tax jurisdiction
View JSON Schema on GitHub

JSON Schema

payroll-worker-payroll-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-schema/payroll-worker-payroll-details-schema.json",
  "title": "WorkerPayrollDetails",
  "description": "WorkerPayrollDetails schema from Workday Payroll API",
  "type": "object",
  "properties": {
    "workerId": {
      "type": "string",
      "description": "Unique worker identifier",
      "example": "w_100542"
    },
    "workerDescriptor": {
      "type": "string",
      "description": "Worker display name",
      "example": "example"
    },
    "payGroup": {
      "$ref": "#/$defs/PayGroupRef"
    },
    "paymentMethod": {
      "type": "string",
      "enum": [
        "DirectDeposit",
        "Check",
        "Wire"
      ],
      "description": "Worker payment method",
      "example": "DirectDeposit"
    },
    "annualSalary": {
      "type": "number",
      "format": "double",
      "description": "Annual salary amount",
      "example": 95000.0
    },
    "hourlyRate": {
      "type": "number",
      "format": "double",
      "description": "Hourly pay rate",
      "example": 32.5
    },
    "compensationFrequency": {
      "type": "string",
      "description": "Frequency of compensation",
      "example": "Annual"
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code",
      "example": "USD"
    },
    "taxJurisdiction": {
      "type": "string",
      "description": "Primary tax jurisdiction",
      "example": "US-Federal"
    }
  },
  "$defs": {
    "PayGroupRef": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Pay group identifier",
          "example": "pg_weekly_usd"
        },
        "descriptor": {
          "type": "string",
          "description": "Pay group display name",
          "example": "Weekly USD Pay Group"
        }
      }
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/payroll-worker-payroll-details"
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 email required.

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