Paychex · Example Payload

Paychex Workers Listcompanyworkers Example

BenefitsHCMHRPaychex FlexPayrollTime and AttendanceWorkforceFortune 1000

Paychex Workers Listcompanyworkers Example is an example object payload from Paychex, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metadatacontent

Example Payload

Raw ↑
{
  "metadata": {
    "contentItemCount": 2,
    "totalContentItemCount": 2,
    "offset": 0,
    "limit": 25
  },
  "content": [
    {
      "workerId": "W-100001",
      "companyId": "12A1B2C3D4E5F6",
      "workerType": "EMPLOYEE",
      "workerStatus": "ACTIVE",
      "name": {
        "givenName": "Jane",
        "familyName": "Doe",
        "preferredName": "Janie"
      },
      "contact": {
        "emailAddress": "jane.doe@example.com",
        "phoneNumber": "+1-585-555-0142",
        "address": {
          "streetLineOne": "1175 John St",
          "city": "West Henrietta",
          "stateCode": "NY",
          "postalCode": "14586",
          "countryCode": "US"
        }
      },
      "employment": {
        "hireDate": "2023-03-15",
        "jobTitle": "Shift Supervisor",
        "departmentCode": "FOH",
        "payFrequency": "BIWEEKLY",
        "payType": "HOURLY",
        "baseRate": 22.5
      }
    },
    {
      "workerId": "W-100002",
      "companyId": "12A1B2C3D4E5F6",
      "workerType": "CONTRACTOR",
      "workerStatus": "ACTIVE",
      "name": {
        "givenName": "Marcus",
        "familyName": "Lin"
      },
      "employment": {
        "hireDate": "2025-09-01",
        "jobTitle": "Catering Photographer",
        "payFrequency": "MONTHLY",
        "payType": "HOURLY",
        "baseRate": 75.0
      }
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/paychex-workers-listcompanyworkers-example"
All examples
curl "https://apis.io/api/v1/examples?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.