JSON Request Properties

  • FirstName = null (optional, string).. First Name
  • MiddleName = null (optional, string).. Middle name or middle initial
  • LastName = null (optional, string)... Last name
  • Akas = null (optional, Name{})....Alternative Names
  • Dob = null (optional, string)..Date of birth (format: mm/dd/yyyy).
  • Age = null (optional, int)...Age.
  • AgeRangeMinAge = null (optional, int)...Age range minimum.
  • AgeRangeMaxAge = null (optional, int)...Age Range Maximum
  • AgeRange = null (optional, string)..Age Range (Format: ##-##).
  • Ssn = null (optional, string)...Social security number (format: ###-##-####).
  • Addresses[].AddressLine1 = null (optional, string)..House number and street name or PO Box
  • Addresses[].AddressLine2 = null (optional, string)..State or City and State Or Zip
  • Addresses[].County = null (optional, string)...County
  • Email = null (optional, string)..E-mail Address
  • ClientIp = null (optional, int)... Search by IP Address (format: ###.###.###.###)
  • Phone = null (optional, string)...Phone number (formats: ###-###-####, (###)###-####).
  • Relatives = null (optional, Name{})...List of names of relatives
  • TahoeIds = null (optional, string{})...Tahoe ID is a unique person ID attached to each person record.
  • FirstNameCharOffset = null (optional, int)... Uses levenshtein distance to filter out records based on the offset passed in. Applies to first name.
  • LastNameCharOffset = null (optional, int)... Uses levenshtein distance to filter out records based on the offset passed in. Applies to last name.
  • DobFormat = null (optional, string)... Overrides the default DOB date format returned. Supported date formats follow the mm-dd-yyyy etc.
  • MaxAddressYears = null (optional, int)... Filters out addresses beyond the number of years passed in.
  • MaxPhoneYears = null (optional, int)... Filters out phone numbers beyond the number of years passed in.