personal
Infer the likely ethnicity/diaspora, country, gender of up to 100 personal names, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.) for community engagement (require special module/pricing)
post/api2/json/communityEngageBatch
Request body
Response
A list of diaspora / ethnicity given a name and residency.
Example response
{
"engagementCandidates": [
{
"PersonalNameDiasporaedOut": {
"ethnicityAlt": "Japanese",
"ethnicity": "Chinese"
}
}
]
}