v1

latestOpenAPI 3.1.02026-07-2432063.2 KB

/people/find

Attempts to find a person using the given match candidate. See Common Models for a full list of fields.

post/people/find

Request body

vanIdstring

Providing a valid VANID will override other search criteria

firstNamestring
middleNamestring
lastNamestring
dateOfBirthstring date

Response

200

vanIdinteger
firstNamestring
lastNamestring
middleNamestring
partystring
employerstring
occupationstring
sexstring
dateOfBirthstring

Example response

{
  "vanId": 100476252,
  "firstName": "James",
  "lastName": "Gordon",
  "middleName": "Worthington",
  "party": "D",
  "employer": "Acme Medical Group",
  "occupation": "Physician",
  "sex": "M",
  "dateOfBirth": "1976-07-04T00:00:00Z"
}