Paychex · Schema

Paychex Worker

A worker (employee or contractor) inside a Paychex Flex company.

BenefitsHCMHRPaychex FlexPayrollTime and AttendanceWorkforceFortune 1000

Properties

Name Type Description
workerId string Paychex Flex worker identifier.
companyId string Identifier of the company the worker belongs to.
workerType string EMPLOYEE or CONTRACTOR.
workerStatus string ACTIVE, TERMINATED, or LEAVE.
name object
contact object
employment object
View JSON Schema on GitHub

JSON Schema

paychex-workers-worker-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/paychex-developer/main/json-schema/paychex-workers-worker-schema.json",
  "title": "Paychex Worker",
  "description": "A worker (employee or contractor) inside a Paychex Flex company.",
  "type": "object",
  "properties": {
    "workerId": { "type": "string", "description": "Paychex Flex worker identifier." },
    "companyId": { "type": "string", "description": "Identifier of the company the worker belongs to." },
    "workerType": { "type": "string", "description": "EMPLOYEE or CONTRACTOR." },
    "workerStatus": { "type": "string", "description": "ACTIVE, TERMINATED, or LEAVE." },
    "name": {
      "type": "object",
      "properties": {
        "givenName": { "type": "string" },
        "middleName": { "type": "string" },
        "familyName": { "type": "string" },
        "preferredName": { "type": "string" }
      }
    },
    "contact": {
      "type": "object",
      "properties": {
        "emailAddress": { "type": "string", "format": "email" },
        "phoneNumber": { "type": "string" },
        "address": {
          "type": "object",
          "properties": {
            "streetLineOne": { "type": "string" },
            "streetLineTwo": { "type": "string" },
            "city": { "type": "string" },
            "stateCode": { "type": "string" },
            "postalCode": { "type": "string" },
            "countryCode": { "type": "string" }
          }
        }
      }
    },
    "employment": {
      "type": "object",
      "properties": {
        "hireDate": { "type": "string", "format": "date" },
        "terminationDate": { "type": "string", "format": "date" },
        "jobTitle": { "type": "string" },
        "departmentCode": { "type": "string" },
        "payFrequency": { "type": "string", "description": "WEEKLY, BIWEEKLY, SEMIMONTHLY, MONTHLY." },
        "payType": { "type": "string", "description": "HOURLY or SALARY." },
        "baseRate": { "type": "number" }
      }
    }
  },
  "required": ["workerId", "companyId"]
}

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/paychex-workers-worker"
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.