GET api/v2.0/Contacts/SearchContactsForMessaging?searchTerms={searchTerms}
Returns Contact data for all Contact Records that match the specified criteria that the authenticated user has permissions to message. Searches: City, State/Province, Company Name, Company Title, First Name, Last Name, and Middle Name.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| searchTerms |
Text Terms (space-delimited) to search for. Terms will be searched throughout Contact names and all address fields. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A List of Contact Records that the current user can privately message.
Collection of Contact| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkToProfile |
URL for this Contact's Community Site Profile page. |
string |
None. |
| PictureUrl | string |
None. |
|
| LargePictureUrl | string |
None. |
|
| ContactKey | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| DisplayName | string |
None. |
|
| EmailAddress | string |
None. |
|
| ContactStatusCode | string |
None. |
|
| PrefixCode | string |
None. |
|
| UpdatedOn |
Last update date for this Contact. |
date |
None. |
| UpdatedByContactKey | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| CompanyTitle | string |
None. |
|
| SuffixCode | string |
None. |
|
| Designation | string |
None. |
|
| LegacyContactKey | string |
None. |
|
| InformalName | string |
None. |
|
| Phone1 | string |
None. |
|
| Phone1Type | string |
None. |
|
| Phone2 | string |
None. |
|
| Phone2Type | string |
None. |
|
| Phone3 | string |
None. |
|
| Phone3Type | string |
None. |
|
| Phone4 | string |
None. |
|
| Phone4Type | string |
None. |
|
| WebsiteUrl | string |
None. |
|
| MemberAwardKey | globally unique identifier |
None. |
|
| IsMember | boolean |
None. |
|
| AgreedToTermsDateTime | date |
None. |
|
| MemberId | string |
None. |
|
| MaidenName | string |
None. |
|
| PrimarySecurityGroupKey | globally unique identifier |
None. |
|
| MiddleName | string |
None. |
|
| IsCompany | boolean |
None. |
|
| CompanyLegacyContactKey | string |
None. |
|
| AMSDirectoryOptOut | boolean |
None. |
|
| HLDirectoryOptOut | boolean |
None. |
|
| HLContactMeOptOut | boolean |
None. |
|
| IsBlogger |
Indicates whether the contact is a blogger (HLBlogger security group). |
boolean |
None. |
| EducationEntries | Collection of Education |
None. |
|
| WorkHistory | Collection of WorkExperience |
None. |
|
| Profile | Profile |
None. |
|
| Addresses | Collection of Address |
None. |
|
| UnreadMessageCount | integer |
None. |
|
| LinkToVolunteerProfile |
URL for this Contact's Community Site Volunteer Profile page. |
string |
None. |
| Demographics | Collection of Demographic |
None. |
Response Formats
application/json, text/json
[
{
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"LargePictureUrl": "sample string 3",
"ContactKey": "c7b4608b-0f67-4da2-a61c-369058cc40ea",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"DisplayName": "sample string 7",
"EmailAddress": "sample string 8",
"ContactStatusCode": "sample string 9",
"PrefixCode": "sample string 10",
"UpdatedOn": "2025-10-28T19:55:04.4996202Z",
"UpdatedByContactKey": "6f2910c9-81b9-4502-b4e6-7796e0469d2d",
"CompanyName": "sample string 13",
"CompanyTitle": "sample string 14",
"SuffixCode": "sample string 15",
"Designation": "sample string 16",
"LegacyContactKey": "sample string 17",
"InformalName": "sample string 18",
"Phone1": "sample string 19",
"Phone1Type": "sample string 20",
"Phone2": "sample string 21",
"Phone2Type": "sample string 22",
"Phone3": "sample string 23",
"Phone3Type": "sample string 24",
"Phone4": "sample string 25",
"Phone4Type": "sample string 26",
"WebsiteUrl": "sample string 27",
"MemberAwardKey": "f952184b-bd72-45c2-9c08-1aeed7799816",
"IsMember": true,
"AgreedToTermsDateTime": "2025-10-28T19:55:04.4996202Z",
"MemberId": "sample string 30",
"MaidenName": "sample string 31",
"PrimarySecurityGroupKey": "70a20a42-0463-419c-8398-d5db99f2e153",
"MiddleName": "sample string 33",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 35",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"IsBlogger": true,
"EducationEntries": [
{
"ActivitiesSocieties": "sample string 1",
"Advisor": "sample string 2",
"City": "sample string 3",
"CountryCode": "sample string 4",
"CountryName": "sample string 5",
"Degree": "sample string 6",
"DegreeYear": 7,
"Dissertation": "sample string 8",
"EducationKey": "8a79a68a-4981-4eed-b746-a3e17bd4d55a",
"FieldOfStudy": "sample string 10",
"FromYear": 11,
"IsHighestDegreeAttained": true,
"Notes": "sample string 13",
"SchoolName": "sample string 14",
"StateCode": "sample string 15",
"StateName": "sample string 16",
"ToYear": 17,
"UpdatedOn": "2025-10-28T19:55:04.4996202Z"
},
{
"ActivitiesSocieties": "sample string 1",
"Advisor": "sample string 2",
"City": "sample string 3",
"CountryCode": "sample string 4",
"CountryName": "sample string 5",
"Degree": "sample string 6",
"DegreeYear": 7,
"Dissertation": "sample string 8",
"EducationKey": "8a79a68a-4981-4eed-b746-a3e17bd4d55a",
"FieldOfStudy": "sample string 10",
"FromYear": 11,
"IsHighestDegreeAttained": true,
"Notes": "sample string 13",
"SchoolName": "sample string 14",
"StateCode": "sample string 15",
"StateName": "sample string 16",
"ToYear": 17,
"UpdatedOn": "2025-10-28T19:55:04.4996202Z"
}
],
"WorkHistory": [
{
"Country": "sample string 1",
"Description": "sample string 2",
"FromDate": "2025-10-28T19:55:04.4996202Z",
"IsPresent": true,
"IsPrimary": true,
"JobExperienceKey": "add023c7-e69b-4ac8-b77e-a83ac8ddd846",
"OrganizationName": "sample string 7",
"OrganizationSize": 8,
"OrganizationUrl": "sample string 9",
"Place": "sample string 10",
"State": "sample string 11",
"Title": "sample string 12",
"ToDate": "2025-10-28T19:55:04.4996202Z",
"UpdatedOn": "2025-10-28T19:55:04.4996202Z"
},
{
"Country": "sample string 1",
"Description": "sample string 2",
"FromDate": "2025-10-28T19:55:04.4996202Z",
"IsPresent": true,
"IsPrimary": true,
"JobExperienceKey": "add023c7-e69b-4ac8-b77e-a83ac8ddd846",
"OrganizationName": "sample string 7",
"OrganizationSize": 8,
"OrganizationUrl": "sample string 9",
"Place": "sample string 10",
"State": "sample string 11",
"Title": "sample string 12",
"ToDate": "2025-10-28T19:55:04.4996202Z",
"UpdatedOn": "2025-10-28T19:55:04.4996202Z"
}
],
"Profile": {
"Certifications": "sample string 1",
"Description": "sample string 2",
"Expertise": "sample string 3",
"ForwardComments": true,
"ForwardCommunityInvitations": true,
"ForwardContactRequests": true,
"ForwardMessages": true,
"Groups": "sample string 8",
"ImageHeight": 9,
"ImageWidth": 10,
"Interests": "sample string 11",
"IsSpeaker": true,
"NotificationEmailAddress": "sample string 13"
},
"Addresses": [
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"Address3": "sample string 3",
"AddressKey": "f2dc5fe0-5a9e-47e2-bd25-ee5915896342",
"AddressType": "sample string 5",
"City": "sample string 6",
"CityStateCounty": "sample string 7",
"CityStateCountyCountry": "sample string 8",
"ContactKey": "81a335b4-1fe2-411e-97b4-a6f1fcd78184",
"CountryCode": "sample string 10",
"CountryName": "sample string 11",
"County": "sample string 12",
"EmailAddress": "sample string 13",
"FormattedAddress": "sample string 14",
"FormattedAddressOneLine": "sample string 15",
"FormattedAddressText": "sample string 16",
"IsListCityState": true,
"IsLoggingEnabled": true,
"IsNew": true,
"IsPreferredBill": true,
"IsPreferredList": true,
"IsPreferredMail": true,
"ItemCreatedOn": "2025-10-28T19:55:04.4996202Z",
"ItemEntityName": "sample string 24",
"ItemName": "sample string 25",
"ItemOwnerContactKey": "f5573529-6e53-4f15-bf05-0878895fb16b",
"Latitude": 27.0,
"LegacyAddressKey": "sample string 28",
"Longitude": 29.0,
"NearText": "sample string 30",
"Phone1": "sample string 31",
"Phone1Type": "sample string 32",
"Phone2": "sample string 33",
"Phone2Type": "sample string 34",
"Phone3": "sample string 35",
"Phone3Type": "sample string 36",
"Phone4": "sample string 37",
"Phone4Type": "sample string 38",
"PostalCode": "sample string 39",
"Region": "sample string 40",
"StateProvinceCode": "sample string 41",
"TimeZoneKey": "201bb54d-a10e-4d77-ac6e-cdcc835d9aa5",
"Town": "sample string 43",
"TownOrCity": "sample string 44"
},
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"Address3": "sample string 3",
"AddressKey": "f2dc5fe0-5a9e-47e2-bd25-ee5915896342",
"AddressType": "sample string 5",
"City": "sample string 6",
"CityStateCounty": "sample string 7",
"CityStateCountyCountry": "sample string 8",
"ContactKey": "81a335b4-1fe2-411e-97b4-a6f1fcd78184",
"CountryCode": "sample string 10",
"CountryName": "sample string 11",
"County": "sample string 12",
"EmailAddress": "sample string 13",
"FormattedAddress": "sample string 14",
"FormattedAddressOneLine": "sample string 15",
"FormattedAddressText": "sample string 16",
"IsListCityState": true,
"IsLoggingEnabled": true,
"IsNew": true,
"IsPreferredBill": true,
"IsPreferredList": true,
"IsPreferredMail": true,
"ItemCreatedOn": "2025-10-28T19:55:04.4996202Z",
"ItemEntityName": "sample string 24",
"ItemName": "sample string 25",
"ItemOwnerContactKey": "f5573529-6e53-4f15-bf05-0878895fb16b",
"Latitude": 27.0,
"LegacyAddressKey": "sample string 28",
"Longitude": 29.0,
"NearText": "sample string 30",
"Phone1": "sample string 31",
"Phone1Type": "sample string 32",
"Phone2": "sample string 33",
"Phone2Type": "sample string 34",
"Phone3": "sample string 35",
"Phone3Type": "sample string 36",
"Phone4": "sample string 37",
"Phone4Type": "sample string 38",
"PostalCode": "sample string 39",
"Region": "sample string 40",
"StateProvinceCode": "sample string 41",
"TimeZoneKey": "201bb54d-a10e-4d77-ac6e-cdcc835d9aa5",
"Town": "sample string 43",
"TownOrCity": "sample string 44"
}
],
"UnreadMessageCount": 40,
"LinkToVolunteerProfile": "sample string 41",
"Demographics": [
{
"DemographicType": "sample string 1",
"Values": [
"sample string 1",
"sample string 2"
]
},
{
"DemographicType": "sample string 1",
"Values": [
"sample string 1",
"sample string 2"
]
}
]
},
{
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"LargePictureUrl": "sample string 3",
"ContactKey": "c7b4608b-0f67-4da2-a61c-369058cc40ea",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"DisplayName": "sample string 7",
"EmailAddress": "sample string 8",
"ContactStatusCode": "sample string 9",
"PrefixCode": "sample string 10",
"UpdatedOn": "2025-10-28T19:55:04.4996202Z",
"UpdatedByContactKey": "6f2910c9-81b9-4502-b4e6-7796e0469d2d",
"CompanyName": "sample string 13",
"CompanyTitle": "sample string 14",
"SuffixCode": "sample string 15",
"Designation": "sample string 16",
"LegacyContactKey": "sample string 17",
"InformalName": "sample string 18",
"Phone1": "sample string 19",
"Phone1Type": "sample string 20",
"Phone2": "sample string 21",
"Phone2Type": "sample string 22",
"Phone3": "sample string 23",
"Phone3Type": "sample string 24",
"Phone4": "sample string 25",
"Phone4Type": "sample string 26",
"WebsiteUrl": "sample string 27",
"MemberAwardKey": "f952184b-bd72-45c2-9c08-1aeed7799816",
"IsMember": true,
"AgreedToTermsDateTime": "2025-10-28T19:55:04.4996202Z",
"MemberId": "sample string 30",
"MaidenName": "sample string 31",
"PrimarySecurityGroupKey": "70a20a42-0463-419c-8398-d5db99f2e153",
"MiddleName": "sample string 33",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 35",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"IsBlogger": true,
"EducationEntries": [
{
"ActivitiesSocieties": "sample string 1",
"Advisor": "sample string 2",
"City": "sample string 3",
"CountryCode": "sample string 4",
"CountryName": "sample string 5",
"Degree": "sample string 6",
"DegreeYear": 7,
"Dissertation": "sample string 8",
"EducationKey": "8a79a68a-4981-4eed-b746-a3e17bd4d55a",
"FieldOfStudy": "sample string 10",
"FromYear": 11,
"IsHighestDegreeAttained": true,
"Notes": "sample string 13",
"SchoolName": "sample string 14",
"StateCode": "sample string 15",
"StateName": "sample string 16",
"ToYear": 17,
"UpdatedOn": "2025-10-28T19:55:04.4996202Z"
},
{
"ActivitiesSocieties": "sample string 1",
"Advisor": "sample string 2",
"City": "sample string 3",
"CountryCode": "sample string 4",
"CountryName": "sample string 5",
"Degree": "sample string 6",
"DegreeYear": 7,
"Dissertation": "sample string 8",
"EducationKey": "8a79a68a-4981-4eed-b746-a3e17bd4d55a",
"FieldOfStudy": "sample string 10",
"FromYear": 11,
"IsHighestDegreeAttained": true,
"Notes": "sample string 13",
"SchoolName": "sample string 14",
"StateCode": "sample string 15",
"StateName": "sample string 16",
"ToYear": 17,
"UpdatedOn": "2025-10-28T19:55:04.4996202Z"
}
],
"WorkHistory": [
{
"Country": "sample string 1",
"Description": "sample string 2",
"FromDate": "2025-10-28T19:55:04.4996202Z",
"IsPresent": true,
"IsPrimary": true,
"JobExperienceKey": "add023c7-e69b-4ac8-b77e-a83ac8ddd846",
"OrganizationName": "sample string 7",
"OrganizationSize": 8,
"OrganizationUrl": "sample string 9",
"Place": "sample string 10",
"State": "sample string 11",
"Title": "sample string 12",
"ToDate": "2025-10-28T19:55:04.4996202Z",
"UpdatedOn": "2025-10-28T19:55:04.4996202Z"
},
{
"Country": "sample string 1",
"Description": "sample string 2",
"FromDate": "2025-10-28T19:55:04.4996202Z",
"IsPresent": true,
"IsPrimary": true,
"JobExperienceKey": "add023c7-e69b-4ac8-b77e-a83ac8ddd846",
"OrganizationName": "sample string 7",
"OrganizationSize": 8,
"OrganizationUrl": "sample string 9",
"Place": "sample string 10",
"State": "sample string 11",
"Title": "sample string 12",
"ToDate": "2025-10-28T19:55:04.4996202Z",
"UpdatedOn": "2025-10-28T19:55:04.4996202Z"
}
],
"Profile": {
"Certifications": "sample string 1",
"Description": "sample string 2",
"Expertise": "sample string 3",
"ForwardComments": true,
"ForwardCommunityInvitations": true,
"ForwardContactRequests": true,
"ForwardMessages": true,
"Groups": "sample string 8",
"ImageHeight": 9,
"ImageWidth": 10,
"Interests": "sample string 11",
"IsSpeaker": true,
"NotificationEmailAddress": "sample string 13"
},
"Addresses": [
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"Address3": "sample string 3",
"AddressKey": "f2dc5fe0-5a9e-47e2-bd25-ee5915896342",
"AddressType": "sample string 5",
"City": "sample string 6",
"CityStateCounty": "sample string 7",
"CityStateCountyCountry": "sample string 8",
"ContactKey": "81a335b4-1fe2-411e-97b4-a6f1fcd78184",
"CountryCode": "sample string 10",
"CountryName": "sample string 11",
"County": "sample string 12",
"EmailAddress": "sample string 13",
"FormattedAddress": "sample string 14",
"FormattedAddressOneLine": "sample string 15",
"FormattedAddressText": "sample string 16",
"IsListCityState": true,
"IsLoggingEnabled": true,
"IsNew": true,
"IsPreferredBill": true,
"IsPreferredList": true,
"IsPreferredMail": true,
"ItemCreatedOn": "2025-10-28T19:55:04.4996202Z",
"ItemEntityName": "sample string 24",
"ItemName": "sample string 25",
"ItemOwnerContactKey": "f5573529-6e53-4f15-bf05-0878895fb16b",
"Latitude": 27.0,
"LegacyAddressKey": "sample string 28",
"Longitude": 29.0,
"NearText": "sample string 30",
"Phone1": "sample string 31",
"Phone1Type": "sample string 32",
"Phone2": "sample string 33",
"Phone2Type": "sample string 34",
"Phone3": "sample string 35",
"Phone3Type": "sample string 36",
"Phone4": "sample string 37",
"Phone4Type": "sample string 38",
"PostalCode": "sample string 39",
"Region": "sample string 40",
"StateProvinceCode": "sample string 41",
"TimeZoneKey": "201bb54d-a10e-4d77-ac6e-cdcc835d9aa5",
"Town": "sample string 43",
"TownOrCity": "sample string 44"
},
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"Address3": "sample string 3",
"AddressKey": "f2dc5fe0-5a9e-47e2-bd25-ee5915896342",
"AddressType": "sample string 5",
"City": "sample string 6",
"CityStateCounty": "sample string 7",
"CityStateCountyCountry": "sample string 8",
"ContactKey": "81a335b4-1fe2-411e-97b4-a6f1fcd78184",
"CountryCode": "sample string 10",
"CountryName": "sample string 11",
"County": "sample string 12",
"EmailAddress": "sample string 13",
"FormattedAddress": "sample string 14",
"FormattedAddressOneLine": "sample string 15",
"FormattedAddressText": "sample string 16",
"IsListCityState": true,
"IsLoggingEnabled": true,
"IsNew": true,
"IsPreferredBill": true,
"IsPreferredList": true,
"IsPreferredMail": true,
"ItemCreatedOn": "2025-10-28T19:55:04.4996202Z",
"ItemEntityName": "sample string 24",
"ItemName": "sample string 25",
"ItemOwnerContactKey": "f5573529-6e53-4f15-bf05-0878895fb16b",
"Latitude": 27.0,
"LegacyAddressKey": "sample string 28",
"Longitude": 29.0,
"NearText": "sample string 30",
"Phone1": "sample string 31",
"Phone1Type": "sample string 32",
"Phone2": "sample string 33",
"Phone2Type": "sample string 34",
"Phone3": "sample string 35",
"Phone3Type": "sample string 36",
"Phone4": "sample string 37",
"Phone4Type": "sample string 38",
"PostalCode": "sample string 39",
"Region": "sample string 40",
"StateProvinceCode": "sample string 41",
"TimeZoneKey": "201bb54d-a10e-4d77-ac6e-cdcc835d9aa5",
"Town": "sample string 43",
"TownOrCity": "sample string 44"
}
],
"UnreadMessageCount": 40,
"LinkToVolunteerProfile": "sample string 41",
"Demographics": [
{
"DemographicType": "sample string 1",
"Values": [
"sample string 1",
"sample string 2"
]
},
{
"DemographicType": "sample string 1",
"Values": [
"sample string 1",
"sample string 2"
]
}
]
}
]
application/xml, text/xml
<ArrayOfContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
<Contact>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<Addresses>
<Address>
<Address1>sample string 1</Address1>
<Address2>sample string 2</Address2>
<Address3>sample string 3</Address3>
<AddressKey>f2dc5fe0-5a9e-47e2-bd25-ee5915896342</AddressKey>
<AddressType>sample string 5</AddressType>
<City>sample string 6</City>
<CityStateCounty>sample string 7</CityStateCounty>
<CityStateCountyCountry>sample string 8</CityStateCountyCountry>
<ContactKey>81a335b4-1fe2-411e-97b4-a6f1fcd78184</ContactKey>
<CountryCode>sample string 10</CountryCode>
<CountryName>sample string 11</CountryName>
<County>sample string 12</County>
<EmailAddress>sample string 13</EmailAddress>
<FormattedAddress>sample string 14</FormattedAddress>
<FormattedAddressOneLine>sample string 15</FormattedAddressOneLine>
<FormattedAddressText>sample string 16</FormattedAddressText>
<IsListCityState>true</IsListCityState>
<IsLoggingEnabled>true</IsLoggingEnabled>
<IsNew>true</IsNew>
<IsPreferredBill>true</IsPreferredBill>
<IsPreferredList>true</IsPreferredList>
<IsPreferredMail>true</IsPreferredMail>
<ItemCreatedOn>2025-10-28T15:55:04.4996202-04:00</ItemCreatedOn>
<ItemEntityName>sample string 24</ItemEntityName>
<ItemName>sample string 25</ItemName>
<ItemOwnerContactKey>f5573529-6e53-4f15-bf05-0878895fb16b</ItemOwnerContactKey>
<Latitude>27</Latitude>
<LegacyAddressKey>sample string 28</LegacyAddressKey>
<Longitude>29</Longitude>
<NearText>sample string 30</NearText>
<Phone1>sample string 31</Phone1>
<Phone1Type>sample string 32</Phone1Type>
<Phone2>sample string 33</Phone2>
<Phone2Type>sample string 34</Phone2Type>
<Phone3>sample string 35</Phone3>
<Phone3Type>sample string 36</Phone3Type>
<Phone4>sample string 37</Phone4>
<Phone4Type>sample string 38</Phone4Type>
<PostalCode>sample string 39</PostalCode>
<Region>sample string 40</Region>
<StateProvinceCode>sample string 41</StateProvinceCode>
<TimeZoneKey>201bb54d-a10e-4d77-ac6e-cdcc835d9aa5</TimeZoneKey>
<Town>sample string 43</Town>
<TownOrCity>sample string 44</TownOrCity>
</Address>
<Address>
<Address1>sample string 1</Address1>
<Address2>sample string 2</Address2>
<Address3>sample string 3</Address3>
<AddressKey>f2dc5fe0-5a9e-47e2-bd25-ee5915896342</AddressKey>
<AddressType>sample string 5</AddressType>
<City>sample string 6</City>
<CityStateCounty>sample string 7</CityStateCounty>
<CityStateCountyCountry>sample string 8</CityStateCountyCountry>
<ContactKey>81a335b4-1fe2-411e-97b4-a6f1fcd78184</ContactKey>
<CountryCode>sample string 10</CountryCode>
<CountryName>sample string 11</CountryName>
<County>sample string 12</County>
<EmailAddress>sample string 13</EmailAddress>
<FormattedAddress>sample string 14</FormattedAddress>
<FormattedAddressOneLine>sample string 15</FormattedAddressOneLine>
<FormattedAddressText>sample string 16</FormattedAddressText>
<IsListCityState>true</IsListCityState>
<IsLoggingEnabled>true</IsLoggingEnabled>
<IsNew>true</IsNew>
<IsPreferredBill>true</IsPreferredBill>
<IsPreferredList>true</IsPreferredList>
<IsPreferredMail>true</IsPreferredMail>
<ItemCreatedOn>2025-10-28T15:55:04.4996202-04:00</ItemCreatedOn>
<ItemEntityName>sample string 24</ItemEntityName>
<ItemName>sample string 25</ItemName>
<ItemOwnerContactKey>f5573529-6e53-4f15-bf05-0878895fb16b</ItemOwnerContactKey>
<Latitude>27</Latitude>
<LegacyAddressKey>sample string 28</LegacyAddressKey>
<Longitude>29</Longitude>
<NearText>sample string 30</NearText>
<Phone1>sample string 31</Phone1>
<Phone1Type>sample string 32</Phone1Type>
<Phone2>sample string 33</Phone2>
<Phone2Type>sample string 34</Phone2Type>
<Phone3>sample string 35</Phone3>
<Phone3Type>sample string 36</Phone3Type>
<Phone4>sample string 37</Phone4>
<Phone4Type>sample string 38</Phone4Type>
<PostalCode>sample string 39</PostalCode>
<Region>sample string 40</Region>
<StateProvinceCode>sample string 41</StateProvinceCode>
<TimeZoneKey>201bb54d-a10e-4d77-ac6e-cdcc835d9aa5</TimeZoneKey>
<Town>sample string 43</Town>
<TownOrCity>sample string 44</TownOrCity>
</Address>
</Addresses>
<AgreedToTermsDateTime>2025-10-28T15:55:04.4996202-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 35</CompanyLegacyContactKey>
<CompanyName>sample string 13</CompanyName>
<CompanyTitle>sample string 14</CompanyTitle>
<ContactKey>c7b4608b-0f67-4da2-a61c-369058cc40ea</ContactKey>
<ContactStatusCode>sample string 9</ContactStatusCode>
<Demographics>
<Demographic>
<DemographicType>sample string 1</DemographicType>
<Values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</Values>
</Demographic>
<Demographic>
<DemographicType>sample string 1</DemographicType>
<Values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</Values>
</Demographic>
</Demographics>
<Designation>sample string 16</Designation>
<DisplayName>sample string 7</DisplayName>
<EducationEntries>
<Education>
<ActivitiesSocieties>sample string 1</ActivitiesSocieties>
<Advisor>sample string 2</Advisor>
<City>sample string 3</City>
<CountryCode>sample string 4</CountryCode>
<CountryName>sample string 5</CountryName>
<Degree>sample string 6</Degree>
<DegreeYear>7</DegreeYear>
<Dissertation>sample string 8</Dissertation>
<EducationKey>8a79a68a-4981-4eed-b746-a3e17bd4d55a</EducationKey>
<FieldOfStudy>sample string 10</FieldOfStudy>
<FromYear>11</FromYear>
<IsHighestDegreeAttained>true</IsHighestDegreeAttained>
<Notes>sample string 13</Notes>
<SchoolName>sample string 14</SchoolName>
<StateCode>sample string 15</StateCode>
<StateName>sample string 16</StateName>
<ToYear>17</ToYear>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
</Education>
<Education>
<ActivitiesSocieties>sample string 1</ActivitiesSocieties>
<Advisor>sample string 2</Advisor>
<City>sample string 3</City>
<CountryCode>sample string 4</CountryCode>
<CountryName>sample string 5</CountryName>
<Degree>sample string 6</Degree>
<DegreeYear>7</DegreeYear>
<Dissertation>sample string 8</Dissertation>
<EducationKey>8a79a68a-4981-4eed-b746-a3e17bd4d55a</EducationKey>
<FieldOfStudy>sample string 10</FieldOfStudy>
<FromYear>11</FromYear>
<IsHighestDegreeAttained>true</IsHighestDegreeAttained>
<Notes>sample string 13</Notes>
<SchoolName>sample string 14</SchoolName>
<StateCode>sample string 15</StateCode>
<StateName>sample string 16</StateName>
<ToYear>17</ToYear>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
</Education>
</EducationEntries>
<EmailAddress>sample string 8</EmailAddress>
<FirstName>sample string 5</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 18</InformalName>
<IsBlogger>true</IsBlogger>
<IsCompany>true</IsCompany>
<IsMember>true</IsMember>
<LargePictureUrl>sample string 3</LargePictureUrl>
<LastName>sample string 6</LastName>
<LegacyContactKey>sample string 17</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<LinkToVolunteerProfile>sample string 41</LinkToVolunteerProfile>
<MaidenName>sample string 31</MaidenName>
<MemberAwardKey>f952184b-bd72-45c2-9c08-1aeed7799816</MemberAwardKey>
<MemberId>sample string 30</MemberId>
<MiddleName>sample string 33</MiddleName>
<Phone1>sample string 19</Phone1>
<Phone1Type>sample string 20</Phone1Type>
<Phone2>sample string 21</Phone2>
<Phone2Type>sample string 22</Phone2Type>
<Phone3>sample string 23</Phone3>
<Phone3Type>sample string 24</Phone3Type>
<Phone4>sample string 25</Phone4>
<Phone4Type>sample string 26</Phone4Type>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 10</PrefixCode>
<PrimarySecurityGroupKey>70a20a42-0463-419c-8398-d5db99f2e153</PrimarySecurityGroupKey>
<Profile>
<Certifications>sample string 1</Certifications>
<Description>sample string 2</Description>
<Expertise>sample string 3</Expertise>
<ForwardComments>true</ForwardComments>
<ForwardCommunityInvitations>true</ForwardCommunityInvitations>
<ForwardContactRequests>true</ForwardContactRequests>
<ForwardMessages>true</ForwardMessages>
<Groups>sample string 8</Groups>
<ImageHeight>9</ImageHeight>
<ImageWidth>10</ImageWidth>
<Interests>sample string 11</Interests>
<IsSpeaker>true</IsSpeaker>
<NotificationEmailAddress>sample string 13</NotificationEmailAddress>
</Profile>
<SuffixCode>sample string 15</SuffixCode>
<UnreadMessageCount>40</UnreadMessageCount>
<UpdatedByContactKey>6f2910c9-81b9-4502-b4e6-7796e0469d2d</UpdatedByContactKey>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
<WebsiteUrl>sample string 27</WebsiteUrl>
<WorkHistory>
<WorkExperience>
<Country>sample string 1</Country>
<Description>sample string 2</Description>
<FromDate>2025-10-28T15:55:04.4996202-04:00</FromDate>
<IsPresent>true</IsPresent>
<IsPrimary>true</IsPrimary>
<JobExperienceKey>add023c7-e69b-4ac8-b77e-a83ac8ddd846</JobExperienceKey>
<OrganizationName>sample string 7</OrganizationName>
<OrganizationSize>8</OrganizationSize>
<OrganizationUrl>sample string 9</OrganizationUrl>
<Place>sample string 10</Place>
<State>sample string 11</State>
<Title>sample string 12</Title>
<ToDate>2025-10-28T15:55:04.4996202-04:00</ToDate>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
</WorkExperience>
<WorkExperience>
<Country>sample string 1</Country>
<Description>sample string 2</Description>
<FromDate>2025-10-28T15:55:04.4996202-04:00</FromDate>
<IsPresent>true</IsPresent>
<IsPrimary>true</IsPrimary>
<JobExperienceKey>add023c7-e69b-4ac8-b77e-a83ac8ddd846</JobExperienceKey>
<OrganizationName>sample string 7</OrganizationName>
<OrganizationSize>8</OrganizationSize>
<OrganizationUrl>sample string 9</OrganizationUrl>
<Place>sample string 10</Place>
<State>sample string 11</State>
<Title>sample string 12</Title>
<ToDate>2025-10-28T15:55:04.4996202-04:00</ToDate>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
</WorkExperience>
</WorkHistory>
</Contact>
<Contact>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<Addresses>
<Address>
<Address1>sample string 1</Address1>
<Address2>sample string 2</Address2>
<Address3>sample string 3</Address3>
<AddressKey>f2dc5fe0-5a9e-47e2-bd25-ee5915896342</AddressKey>
<AddressType>sample string 5</AddressType>
<City>sample string 6</City>
<CityStateCounty>sample string 7</CityStateCounty>
<CityStateCountyCountry>sample string 8</CityStateCountyCountry>
<ContactKey>81a335b4-1fe2-411e-97b4-a6f1fcd78184</ContactKey>
<CountryCode>sample string 10</CountryCode>
<CountryName>sample string 11</CountryName>
<County>sample string 12</County>
<EmailAddress>sample string 13</EmailAddress>
<FormattedAddress>sample string 14</FormattedAddress>
<FormattedAddressOneLine>sample string 15</FormattedAddressOneLine>
<FormattedAddressText>sample string 16</FormattedAddressText>
<IsListCityState>true</IsListCityState>
<IsLoggingEnabled>true</IsLoggingEnabled>
<IsNew>true</IsNew>
<IsPreferredBill>true</IsPreferredBill>
<IsPreferredList>true</IsPreferredList>
<IsPreferredMail>true</IsPreferredMail>
<ItemCreatedOn>2025-10-28T15:55:04.4996202-04:00</ItemCreatedOn>
<ItemEntityName>sample string 24</ItemEntityName>
<ItemName>sample string 25</ItemName>
<ItemOwnerContactKey>f5573529-6e53-4f15-bf05-0878895fb16b</ItemOwnerContactKey>
<Latitude>27</Latitude>
<LegacyAddressKey>sample string 28</LegacyAddressKey>
<Longitude>29</Longitude>
<NearText>sample string 30</NearText>
<Phone1>sample string 31</Phone1>
<Phone1Type>sample string 32</Phone1Type>
<Phone2>sample string 33</Phone2>
<Phone2Type>sample string 34</Phone2Type>
<Phone3>sample string 35</Phone3>
<Phone3Type>sample string 36</Phone3Type>
<Phone4>sample string 37</Phone4>
<Phone4Type>sample string 38</Phone4Type>
<PostalCode>sample string 39</PostalCode>
<Region>sample string 40</Region>
<StateProvinceCode>sample string 41</StateProvinceCode>
<TimeZoneKey>201bb54d-a10e-4d77-ac6e-cdcc835d9aa5</TimeZoneKey>
<Town>sample string 43</Town>
<TownOrCity>sample string 44</TownOrCity>
</Address>
<Address>
<Address1>sample string 1</Address1>
<Address2>sample string 2</Address2>
<Address3>sample string 3</Address3>
<AddressKey>f2dc5fe0-5a9e-47e2-bd25-ee5915896342</AddressKey>
<AddressType>sample string 5</AddressType>
<City>sample string 6</City>
<CityStateCounty>sample string 7</CityStateCounty>
<CityStateCountyCountry>sample string 8</CityStateCountyCountry>
<ContactKey>81a335b4-1fe2-411e-97b4-a6f1fcd78184</ContactKey>
<CountryCode>sample string 10</CountryCode>
<CountryName>sample string 11</CountryName>
<County>sample string 12</County>
<EmailAddress>sample string 13</EmailAddress>
<FormattedAddress>sample string 14</FormattedAddress>
<FormattedAddressOneLine>sample string 15</FormattedAddressOneLine>
<FormattedAddressText>sample string 16</FormattedAddressText>
<IsListCityState>true</IsListCityState>
<IsLoggingEnabled>true</IsLoggingEnabled>
<IsNew>true</IsNew>
<IsPreferredBill>true</IsPreferredBill>
<IsPreferredList>true</IsPreferredList>
<IsPreferredMail>true</IsPreferredMail>
<ItemCreatedOn>2025-10-28T15:55:04.4996202-04:00</ItemCreatedOn>
<ItemEntityName>sample string 24</ItemEntityName>
<ItemName>sample string 25</ItemName>
<ItemOwnerContactKey>f5573529-6e53-4f15-bf05-0878895fb16b</ItemOwnerContactKey>
<Latitude>27</Latitude>
<LegacyAddressKey>sample string 28</LegacyAddressKey>
<Longitude>29</Longitude>
<NearText>sample string 30</NearText>
<Phone1>sample string 31</Phone1>
<Phone1Type>sample string 32</Phone1Type>
<Phone2>sample string 33</Phone2>
<Phone2Type>sample string 34</Phone2Type>
<Phone3>sample string 35</Phone3>
<Phone3Type>sample string 36</Phone3Type>
<Phone4>sample string 37</Phone4>
<Phone4Type>sample string 38</Phone4Type>
<PostalCode>sample string 39</PostalCode>
<Region>sample string 40</Region>
<StateProvinceCode>sample string 41</StateProvinceCode>
<TimeZoneKey>201bb54d-a10e-4d77-ac6e-cdcc835d9aa5</TimeZoneKey>
<Town>sample string 43</Town>
<TownOrCity>sample string 44</TownOrCity>
</Address>
</Addresses>
<AgreedToTermsDateTime>2025-10-28T15:55:04.4996202-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 35</CompanyLegacyContactKey>
<CompanyName>sample string 13</CompanyName>
<CompanyTitle>sample string 14</CompanyTitle>
<ContactKey>c7b4608b-0f67-4da2-a61c-369058cc40ea</ContactKey>
<ContactStatusCode>sample string 9</ContactStatusCode>
<Demographics>
<Demographic>
<DemographicType>sample string 1</DemographicType>
<Values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</Values>
</Demographic>
<Demographic>
<DemographicType>sample string 1</DemographicType>
<Values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</Values>
</Demographic>
</Demographics>
<Designation>sample string 16</Designation>
<DisplayName>sample string 7</DisplayName>
<EducationEntries>
<Education>
<ActivitiesSocieties>sample string 1</ActivitiesSocieties>
<Advisor>sample string 2</Advisor>
<City>sample string 3</City>
<CountryCode>sample string 4</CountryCode>
<CountryName>sample string 5</CountryName>
<Degree>sample string 6</Degree>
<DegreeYear>7</DegreeYear>
<Dissertation>sample string 8</Dissertation>
<EducationKey>8a79a68a-4981-4eed-b746-a3e17bd4d55a</EducationKey>
<FieldOfStudy>sample string 10</FieldOfStudy>
<FromYear>11</FromYear>
<IsHighestDegreeAttained>true</IsHighestDegreeAttained>
<Notes>sample string 13</Notes>
<SchoolName>sample string 14</SchoolName>
<StateCode>sample string 15</StateCode>
<StateName>sample string 16</StateName>
<ToYear>17</ToYear>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
</Education>
<Education>
<ActivitiesSocieties>sample string 1</ActivitiesSocieties>
<Advisor>sample string 2</Advisor>
<City>sample string 3</City>
<CountryCode>sample string 4</CountryCode>
<CountryName>sample string 5</CountryName>
<Degree>sample string 6</Degree>
<DegreeYear>7</DegreeYear>
<Dissertation>sample string 8</Dissertation>
<EducationKey>8a79a68a-4981-4eed-b746-a3e17bd4d55a</EducationKey>
<FieldOfStudy>sample string 10</FieldOfStudy>
<FromYear>11</FromYear>
<IsHighestDegreeAttained>true</IsHighestDegreeAttained>
<Notes>sample string 13</Notes>
<SchoolName>sample string 14</SchoolName>
<StateCode>sample string 15</StateCode>
<StateName>sample string 16</StateName>
<ToYear>17</ToYear>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
</Education>
</EducationEntries>
<EmailAddress>sample string 8</EmailAddress>
<FirstName>sample string 5</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 18</InformalName>
<IsBlogger>true</IsBlogger>
<IsCompany>true</IsCompany>
<IsMember>true</IsMember>
<LargePictureUrl>sample string 3</LargePictureUrl>
<LastName>sample string 6</LastName>
<LegacyContactKey>sample string 17</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<LinkToVolunteerProfile>sample string 41</LinkToVolunteerProfile>
<MaidenName>sample string 31</MaidenName>
<MemberAwardKey>f952184b-bd72-45c2-9c08-1aeed7799816</MemberAwardKey>
<MemberId>sample string 30</MemberId>
<MiddleName>sample string 33</MiddleName>
<Phone1>sample string 19</Phone1>
<Phone1Type>sample string 20</Phone1Type>
<Phone2>sample string 21</Phone2>
<Phone2Type>sample string 22</Phone2Type>
<Phone3>sample string 23</Phone3>
<Phone3Type>sample string 24</Phone3Type>
<Phone4>sample string 25</Phone4>
<Phone4Type>sample string 26</Phone4Type>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 10</PrefixCode>
<PrimarySecurityGroupKey>70a20a42-0463-419c-8398-d5db99f2e153</PrimarySecurityGroupKey>
<Profile>
<Certifications>sample string 1</Certifications>
<Description>sample string 2</Description>
<Expertise>sample string 3</Expertise>
<ForwardComments>true</ForwardComments>
<ForwardCommunityInvitations>true</ForwardCommunityInvitations>
<ForwardContactRequests>true</ForwardContactRequests>
<ForwardMessages>true</ForwardMessages>
<Groups>sample string 8</Groups>
<ImageHeight>9</ImageHeight>
<ImageWidth>10</ImageWidth>
<Interests>sample string 11</Interests>
<IsSpeaker>true</IsSpeaker>
<NotificationEmailAddress>sample string 13</NotificationEmailAddress>
</Profile>
<SuffixCode>sample string 15</SuffixCode>
<UnreadMessageCount>40</UnreadMessageCount>
<UpdatedByContactKey>6f2910c9-81b9-4502-b4e6-7796e0469d2d</UpdatedByContactKey>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
<WebsiteUrl>sample string 27</WebsiteUrl>
<WorkHistory>
<WorkExperience>
<Country>sample string 1</Country>
<Description>sample string 2</Description>
<FromDate>2025-10-28T15:55:04.4996202-04:00</FromDate>
<IsPresent>true</IsPresent>
<IsPrimary>true</IsPrimary>
<JobExperienceKey>add023c7-e69b-4ac8-b77e-a83ac8ddd846</JobExperienceKey>
<OrganizationName>sample string 7</OrganizationName>
<OrganizationSize>8</OrganizationSize>
<OrganizationUrl>sample string 9</OrganizationUrl>
<Place>sample string 10</Place>
<State>sample string 11</State>
<Title>sample string 12</Title>
<ToDate>2025-10-28T15:55:04.4996202-04:00</ToDate>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
</WorkExperience>
<WorkExperience>
<Country>sample string 1</Country>
<Description>sample string 2</Description>
<FromDate>2025-10-28T15:55:04.4996202-04:00</FromDate>
<IsPresent>true</IsPresent>
<IsPrimary>true</IsPrimary>
<JobExperienceKey>add023c7-e69b-4ac8-b77e-a83ac8ddd846</JobExperienceKey>
<OrganizationName>sample string 7</OrganizationName>
<OrganizationSize>8</OrganizationSize>
<OrganizationUrl>sample string 9</OrganizationUrl>
<Place>sample string 10</Place>
<State>sample string 11</State>
<Title>sample string 12</Title>
<ToDate>2025-10-28T15:55:04.4996202-04:00</ToDate>
<UpdatedOn>2025-10-28T15:55:04.4996202-04:00</UpdatedOn>
</WorkExperience>
</WorkHistory>
</Contact>
</ArrayOfContact>