Workday · Example Payload

Hcm Worker Example

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Hcm Worker Example is an example object payload from Workday, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddescriptorworkerIDprimaryWorkEmailprimaryWorkPhonebusinessTitlehireDateterminationDateisManagerexternalID

Example Payload

Raw ↑
{
  "id": "abc123",
  "descriptor": "example_value",
  "workerID": "500123",
  "primaryWorkEmail": "user@example.com",
  "primaryWorkPhone": "example_value",
  "businessTitle": "example_value",
  "hireDate": "example_value",
  "terminationDate": "example_value",
  "isManager": true,
  "externalID": "500123"
}