A Note on Contact Locations
To determine the location for a specific contact, connect the
position_location_id
in the People API response with the matchinglocation_id
in the addresses array. All required information is in the single API response.A contact record is returned with an
addresses
array. This is an array of addresses belonging to the company with which the contact is associated. There is a field for each address calledis_hq
. Where this value is true, this is the HQ address. There is also alocation_id
for each address.For the contact itself, the
position_location_id
will map to thelocation_id
of one of the provided addresses in the array for an HQ or branch location, to surface the contact’s specific location. We also include alocation
field, which is the city/state/country where that contact is located. This location field is also present for remote contacts and, in that case, is provided instead of a remote/personal address. Thelocation_type
field will tell you whether the contact is at the HQ (inc HQ fallback, which is default for lack of additional info), a branch, or remote.
Last updated