[
  {
    "id": 1908,
    "names": [
      {
        "LastName": "Doe",
        "FirstName": "John",
        "LegislationCode": "US"
      }
    ],
    "emails": [
      {
        "EmailType": "W1",
        "EmailAddress": "john.doe@restsample.com",
        "PrimaryFlag": true
      }
    ],
    "workRelationships": [
      {
        "LegalEmployerName": "Sample, Inc.",
        "WorkerType": "E",
        "assignments": [
          {
            "ActionCode": "HIRE",
            "BusinessUnitName": "Business Unit"
          }
        ]
      }
    ]
  },
  {
    "id": 1908,
    "names": [
      {
        "LastName": "Adam",
        "FirstName": "Robert",
        "LegislationCode": "US"
      }
    ],
    "emails": [
      {
        "EmailType": "W1",
        "EmailAddress": "robert.adams@restsample.com",
        "PrimaryFlag": true
      }
    ],
    "workRelationships": [
      {
        "LegalEmployerName": "Sample, Inc.",
        "WorkerType": "E",
        "assignments": [
          {
            "ActionCode": "HIRE",
            "BusinessUnitName": "Business Unit"
          }
        ]
      }
    ]
  }
]