personal
[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora, country, gender of a personal name, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.) for community engagement (require special module/pricing)
get/api2/json/communityEngage/{countryIso2}/{firstName}/{lastName}
Path parameters
countryIso2string required
firstNamestring required
lastNamestring required
Response
A community engagement candidate.
Example response
{
"PersonalNameDiasporaedOut": {
"ethnicityAlt": "Japanese",
"ethnicity": "Chinese"
}
}