HR & People · Example Payload

Hr And People Employee Example

HRHRISPeople OperationsPayrollTalent AcquisitionPerformance ManagementEmployee EngagementPeople DataWorkforce ManagementUnified-API

Hr And People Employee Example is an example object payload from HR & People, with 35 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@context@typeidremoteIdemployeeNumbergivenNamefamilyNamepreferredNamedisplayNameworkEmailpersonalEmailworkPhonedateOfBirthgendernationalitypreferredLanguageavatarUrlhomeAddressworkLocationemploymentStatusemploymentTypeworkerTypejobTitledepartmentteambusinessUnitmanagerIddirectReportIdsstartDateoriginalHireDatecompensationemploymentscustomFieldscreatedAtupdatedAt

Example Payload

hr-and-people-employee-example.json Raw ↑
{
  "@context": "https://raw.githubusercontent.com/api-evangelist/hr-and-people/refs/heads/main/json-ld/hr-and-people-context.jsonld",
  "@type": "Employee",
  "id": "emp_8c2a4d31",
  "remoteId": "WD-00012345",
  "employeeNumber": "E-00427",
  "givenName": "Avery",
  "familyName": "Okafor",
  "preferredName": "Av",
  "displayName": "Avery Okafor",
  "workEmail": "avery.okafor@example.com",
  "personalEmail": "avery.okafor@gmail.com",
  "workPhone": "+14155550123",
  "dateOfBirth": "1990-07-22",
  "gender": "non_binary",
  "nationality": "US",
  "preferredLanguage": "en-US",
  "avatarUrl": "https://example.com/avatars/avery-okafor.jpg",
  "homeAddress": {
    "line1": "742 Evergreen Terrace",
    "city": "Oakland",
    "region": "CA",
    "postalCode": "94612",
    "country": "US"
  },
  "workLocation": {
    "id": "loc_sf_hq",
    "name": "San Francisco HQ",
    "address": {
      "line1": "123 Market Street",
      "city": "San Francisco",
      "region": "CA",
      "postalCode": "94103",
      "country": "US"
    }
  },
  "employmentStatus": "active",
  "employmentType": "full_time",
  "workerType": "employee",
  "jobTitle": "Senior Software Engineer",
  "department": "Engineering",
  "team": "Platform",
  "businessUnit": "Product",
  "managerId": "emp_1f9a0c12",
  "directReportIds": [],
  "startDate": "2024-03-04",
  "originalHireDate": "2024-03-04",
  "compensation": [
    {
      "id": "comp_a1",
      "rate": 175000,
      "currency": "USD",
      "paymentFrequency": "year",
      "paymentUnit": "salary",
      "effectiveDate": "2026-01-01"
    }
  ],
  "employments": [
    {
      "id": "emp_role_22",
      "employeeId": "emp_8c2a4d31",
      "jobTitle": "Senior Software Engineer",
      "department": "Engineering",
      "employmentType": "full_time",
      "workerType": "employee",
      "ftEquivalent": 1.0,
      "payRate": 175000,
      "payCurrency": "USD",
      "payPeriod": "year",
      "payFrequency": "biweekly",
      "effectiveDate": "2026-01-01",
      "isPrimary": true
    }
  ],
  "customFields": {
    "shirt_size": "M",
    "github_handle": "averyok"
  },
  "createdAt": "2024-03-01T17:42:11Z",
  "updatedAt": "2026-01-15T08:13:55Z"
}

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/hr-and-people-employee-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.