[
  {
    "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"
          }
        ]
      }
    ]
  },
  {
    "names": [
      {
        "LastName": "Adams",
        "FirstName": "Bob",
        "LegislationCode": ""
      }
    ],
    "emails": [
      {
        "EmailType": "",
        "EmailAddress": "",
        "PrimaryFlag": true
      }
    ],
    "workRelationships": [
      {
        "LegalEmployerName": "",
        "WorkerType": "",
        "assignments": [
          {
            "ActionCode": "",
            "BusinessUnitName": ""
          }
        ]
      }
    ],
    "id": 1909
  },
  {
    "names": [
      {
        "LastName": "Adams",
        "FirstName": "Bob",
        "LegislationCode": ""
      }
    ],
    "emails": [
      {
        "EmailType": "",
        "EmailAddress": "",
        "PrimaryFlag": true
      }
    ],
    "workRelationships": [
      {
        "LegalEmployerName": "",
        "WorkerType": "",
        "assignments": [
          {
            "ActionCode": "",
            "BusinessUnitName": ""
          }
        ]
      }
    ],
    "id": 1910
  },
  {
    "names": [
      {
        "LastName": "Verma",
        "FirstName": "Sandeep",
        "LegislationCode": "US"
      }
    ],
    "emails": [
      {
        "EmailType": "CORPORATE",
        "EmailAddress": "SandeepVerma@DMLLC752.onmicrosoft.com",
        "PrimaryFlag": true
      }
    ],
    "workRelationships": [
      {
        "LegalEmployerName": "",
        "WorkerType": "",
        "assignments": [
          {
            "ActionCode": "HIRE",
            "BusinessUnitName": "Security Operations"
          }
        ]
      }
    ],
    "id": 1911
  }
]