GET api/v2.0/Contacts/GetMyContactsPage?afterContactKey={afterContactKey}&beforeContactKey={beforeContactKey}&limit={limit}

If no afterContactKey or beforeContactKey is provided, then this endpoint will return the first specified set of contacts based on the limit provided. Ordered by LastName, FirstName. To continue a list, using the afterContactKey is recommended to continue to the next page. Using the beforeContactKey will return you the set of contacts in LastName, FirstName order that are prior to the contactKey provided. If both afterContactKey and beforeContactKey are provided, afterContactKey will take precedence.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
afterContactKey

Specific unique identifier for a contact to use as a starting point to grab the next set of friends

globally unique identifier

None.

beforeContactKey

Specific unique identifier for a contact to use as an ending point to grab the set of friends prior to the contact

globally unique identifier

None.

limit

The number of contacts to return in the set. Default and max 100

integer

Default value is 100

Body Parameters

None.

Response Information

Resource Description

Returns an object that contains the set of friend contacts and relative links to get the next and previous set of friends.

PaginatedContacts
NameDescriptionTypeAdditional information
Contacts

Set of paginated contacts

Collection of Contact

None.

HasMore

Whether or not additional contacts exist after the current set of contacts

boolean

None.

Next

The relative path to request the next set of contacts

string

None.

Previous

The relative path to request the previous set of contacts

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Contacts": [
    {
      "LinkToProfile": "sample string 1",
      "PictureUrl": "sample string 2",
      "LargePictureUrl": "sample string 3",
      "ContactKey": "912cfb4f-7548-4cab-9a2c-3eb10d6438f3",
      "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": "2024-04-25T12:32:41.1026245Z",
      "UpdatedByContactKey": "3f89c26f-1a81-4784-967b-ab8f7a8743fc",
      "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": "c54e9794-7e6f-416a-a9d6-3b77735eace1",
      "IsMember": true,
      "AgreedToTermsDateTime": "2024-04-25T12:32:41.1026245Z",
      "MemberId": "sample string 30",
      "MaidenName": "sample string 31",
      "PrimarySecurityGroupKey": "2148fc32-7d6f-4798-917e-eb3bbeaf8097",
      "MiddleName": "sample string 33",
      "IsCompany": true,
      "CompanyLegacyContactKey": "sample string 35",
      "AMSDirectoryOptOut": true,
      "HLDirectoryOptOut": true,
      "HLContactMeOptOut": 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": "d68f5de6-33d5-44e2-8e2f-ff5d6caff328",
          "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": "2024-04-25T12:32:41.1026245Z"
        },
        {
          "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": "d68f5de6-33d5-44e2-8e2f-ff5d6caff328",
          "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": "2024-04-25T12:32:41.1026245Z"
        }
      ],
      "WorkHistory": [
        {
          "Country": "sample string 1",
          "Description": "sample string 2",
          "FromDate": "2024-04-25T12:32:41.1026245Z",
          "IsPresent": true,
          "IsPrimary": true,
          "JobExperienceKey": "ffb0b3ae-b5f5-4e07-b2f9-2a461f2b3020",
          "OrganizationName": "sample string 7",
          "OrganizationSize": 8,
          "OrganizationUrl": "sample string 9",
          "Place": "sample string 10",
          "State": "sample string 11",
          "Title": "sample string 12",
          "ToDate": "2024-04-25T12:32:41.1026245Z",
          "UpdatedOn": "2024-04-25T12:32:41.1026245Z"
        },
        {
          "Country": "sample string 1",
          "Description": "sample string 2",
          "FromDate": "2024-04-25T12:32:41.1026245Z",
          "IsPresent": true,
          "IsPrimary": true,
          "JobExperienceKey": "ffb0b3ae-b5f5-4e07-b2f9-2a461f2b3020",
          "OrganizationName": "sample string 7",
          "OrganizationSize": 8,
          "OrganizationUrl": "sample string 9",
          "Place": "sample string 10",
          "State": "sample string 11",
          "Title": "sample string 12",
          "ToDate": "2024-04-25T12:32:41.1026245Z",
          "UpdatedOn": "2024-04-25T12:32:41.1026245Z"
        }
      ],
      "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": "a3c2aa34-a6e2-43eb-923c-b94350f6a8de",
          "AddressType": "sample string 5",
          "City": "sample string 6",
          "CityStateCounty": "sample string 7",
          "CityStateCountyCountry": "sample string 8",
          "ContactKey": "a5e0f95d-82a5-4fb2-8993-3888810d4f1b",
          "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": "2024-04-25T12:32:41.1026245Z",
          "ItemEntityName": "sample string 24",
          "ItemName": "sample string 25",
          "ItemOwnerContactKey": "f483d259-9349-4cbc-b563-fa123fdbaf87",
          "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": "0447e2c4-2594-492a-a157-fced4abe36d1",
          "Town": "sample string 43",
          "TownOrCity": "sample string 44"
        },
        {
          "Address1": "sample string 1",
          "Address2": "sample string 2",
          "Address3": "sample string 3",
          "AddressKey": "a3c2aa34-a6e2-43eb-923c-b94350f6a8de",
          "AddressType": "sample string 5",
          "City": "sample string 6",
          "CityStateCounty": "sample string 7",
          "CityStateCountyCountry": "sample string 8",
          "ContactKey": "a5e0f95d-82a5-4fb2-8993-3888810d4f1b",
          "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": "2024-04-25T12:32:41.1026245Z",
          "ItemEntityName": "sample string 24",
          "ItemName": "sample string 25",
          "ItemOwnerContactKey": "f483d259-9349-4cbc-b563-fa123fdbaf87",
          "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": "0447e2c4-2594-492a-a157-fced4abe36d1",
          "Town": "sample string 43",
          "TownOrCity": "sample string 44"
        }
      ],
      "UnreadMessageCount": 39,
      "LinkToVolunteerProfile": "sample string 40",
      "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": "912cfb4f-7548-4cab-9a2c-3eb10d6438f3",
      "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": "2024-04-25T12:32:41.1026245Z",
      "UpdatedByContactKey": "3f89c26f-1a81-4784-967b-ab8f7a8743fc",
      "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": "c54e9794-7e6f-416a-a9d6-3b77735eace1",
      "IsMember": true,
      "AgreedToTermsDateTime": "2024-04-25T12:32:41.1026245Z",
      "MemberId": "sample string 30",
      "MaidenName": "sample string 31",
      "PrimarySecurityGroupKey": "2148fc32-7d6f-4798-917e-eb3bbeaf8097",
      "MiddleName": "sample string 33",
      "IsCompany": true,
      "CompanyLegacyContactKey": "sample string 35",
      "AMSDirectoryOptOut": true,
      "HLDirectoryOptOut": true,
      "HLContactMeOptOut": 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": "d68f5de6-33d5-44e2-8e2f-ff5d6caff328",
          "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": "2024-04-25T12:32:41.1026245Z"
        },
        {
          "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": "d68f5de6-33d5-44e2-8e2f-ff5d6caff328",
          "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": "2024-04-25T12:32:41.1026245Z"
        }
      ],
      "WorkHistory": [
        {
          "Country": "sample string 1",
          "Description": "sample string 2",
          "FromDate": "2024-04-25T12:32:41.1026245Z",
          "IsPresent": true,
          "IsPrimary": true,
          "JobExperienceKey": "ffb0b3ae-b5f5-4e07-b2f9-2a461f2b3020",
          "OrganizationName": "sample string 7",
          "OrganizationSize": 8,
          "OrganizationUrl": "sample string 9",
          "Place": "sample string 10",
          "State": "sample string 11",
          "Title": "sample string 12",
          "ToDate": "2024-04-25T12:32:41.1026245Z",
          "UpdatedOn": "2024-04-25T12:32:41.1026245Z"
        },
        {
          "Country": "sample string 1",
          "Description": "sample string 2",
          "FromDate": "2024-04-25T12:32:41.1026245Z",
          "IsPresent": true,
          "IsPrimary": true,
          "JobExperienceKey": "ffb0b3ae-b5f5-4e07-b2f9-2a461f2b3020",
          "OrganizationName": "sample string 7",
          "OrganizationSize": 8,
          "OrganizationUrl": "sample string 9",
          "Place": "sample string 10",
          "State": "sample string 11",
          "Title": "sample string 12",
          "ToDate": "2024-04-25T12:32:41.1026245Z",
          "UpdatedOn": "2024-04-25T12:32:41.1026245Z"
        }
      ],
      "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": "a3c2aa34-a6e2-43eb-923c-b94350f6a8de",
          "AddressType": "sample string 5",
          "City": "sample string 6",
          "CityStateCounty": "sample string 7",
          "CityStateCountyCountry": "sample string 8",
          "ContactKey": "a5e0f95d-82a5-4fb2-8993-3888810d4f1b",
          "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": "2024-04-25T12:32:41.1026245Z",
          "ItemEntityName": "sample string 24",
          "ItemName": "sample string 25",
          "ItemOwnerContactKey": "f483d259-9349-4cbc-b563-fa123fdbaf87",
          "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": "0447e2c4-2594-492a-a157-fced4abe36d1",
          "Town": "sample string 43",
          "TownOrCity": "sample string 44"
        },
        {
          "Address1": "sample string 1",
          "Address2": "sample string 2",
          "Address3": "sample string 3",
          "AddressKey": "a3c2aa34-a6e2-43eb-923c-b94350f6a8de",
          "AddressType": "sample string 5",
          "City": "sample string 6",
          "CityStateCounty": "sample string 7",
          "CityStateCountyCountry": "sample string 8",
          "ContactKey": "a5e0f95d-82a5-4fb2-8993-3888810d4f1b",
          "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": "2024-04-25T12:32:41.1026245Z",
          "ItemEntityName": "sample string 24",
          "ItemName": "sample string 25",
          "ItemOwnerContactKey": "f483d259-9349-4cbc-b563-fa123fdbaf87",
          "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": "0447e2c4-2594-492a-a157-fced4abe36d1",
          "Town": "sample string 43",
          "TownOrCity": "sample string 44"
        }
      ],
      "UnreadMessageCount": 39,
      "LinkToVolunteerProfile": "sample string 40",
      "Demographics": [
        {
          "DemographicType": "sample string 1",
          "Values": [
            "sample string 1",
            "sample string 2"
          ]
        },
        {
          "DemographicType": "sample string 1",
          "Values": [
            "sample string 1",
            "sample string 2"
          ]
        }
      ]
    }
  ],
  "HasMore": true,
  "Next": "sample string 2",
  "Previous": "sample string 3"
}

application/xml, text/xml

Sample:
<PaginatedContacts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
  <Contacts>
    <Contact>
      <AMSDirectoryOptOut>true</AMSDirectoryOptOut>
      <Addresses>
        <Address>
          <Address1>sample string 1</Address1>
          <Address2>sample string 2</Address2>
          <Address3>sample string 3</Address3>
          <AddressKey>a3c2aa34-a6e2-43eb-923c-b94350f6a8de</AddressKey>
          <AddressType>sample string 5</AddressType>
          <City>sample string 6</City>
          <CityStateCounty>sample string 7</CityStateCounty>
          <CityStateCountyCountry>sample string 8</CityStateCountyCountry>
          <ContactKey>a5e0f95d-82a5-4fb2-8993-3888810d4f1b</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>2024-04-25T08:32:41.1026245-04:00</ItemCreatedOn>
          <ItemEntityName>sample string 24</ItemEntityName>
          <ItemName>sample string 25</ItemName>
          <ItemOwnerContactKey>f483d259-9349-4cbc-b563-fa123fdbaf87</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>0447e2c4-2594-492a-a157-fced4abe36d1</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>a3c2aa34-a6e2-43eb-923c-b94350f6a8de</AddressKey>
          <AddressType>sample string 5</AddressType>
          <City>sample string 6</City>
          <CityStateCounty>sample string 7</CityStateCounty>
          <CityStateCountyCountry>sample string 8</CityStateCountyCountry>
          <ContactKey>a5e0f95d-82a5-4fb2-8993-3888810d4f1b</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>2024-04-25T08:32:41.1026245-04:00</ItemCreatedOn>
          <ItemEntityName>sample string 24</ItemEntityName>
          <ItemName>sample string 25</ItemName>
          <ItemOwnerContactKey>f483d259-9349-4cbc-b563-fa123fdbaf87</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>0447e2c4-2594-492a-a157-fced4abe36d1</TimeZoneKey>
          <Town>sample string 43</Town>
          <TownOrCity>sample string 44</TownOrCity>
        </Address>
      </Addresses>
      <AgreedToTermsDateTime>2024-04-25T08:32:41.1026245-04:00</AgreedToTermsDateTime>
      <CompanyLegacyContactKey>sample string 35</CompanyLegacyContactKey>
      <CompanyName>sample string 13</CompanyName>
      <CompanyTitle>sample string 14</CompanyTitle>
      <ContactKey>912cfb4f-7548-4cab-9a2c-3eb10d6438f3</ContactKey>
      <ContactStatusCode>sample string 9</ContactStatusCode>
      <Demographics>
        <Demographic>
          <DemographicType>sample string 1</DemographicType>
          <Values xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1:string>
          </Values>
        </Demographic>
        <Demographic>
          <DemographicType>sample string 1</DemographicType>
          <Values xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1: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>d68f5de6-33d5-44e2-8e2f-ff5d6caff328</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>2024-04-25T08:32:41.1026245-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>d68f5de6-33d5-44e2-8e2f-ff5d6caff328</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>2024-04-25T08:32:41.1026245-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>
      <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 40</LinkToVolunteerProfile>
      <MaidenName>sample string 31</MaidenName>
      <MemberAwardKey>c54e9794-7e6f-416a-a9d6-3b77735eace1</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>2148fc32-7d6f-4798-917e-eb3bbeaf8097</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>39</UnreadMessageCount>
      <UpdatedByContactKey>3f89c26f-1a81-4784-967b-ab8f7a8743fc</UpdatedByContactKey>
      <UpdatedOn>2024-04-25T08:32:41.1026245-04:00</UpdatedOn>
      <WebsiteUrl>sample string 27</WebsiteUrl>
      <WorkHistory>
        <WorkExperience>
          <Country>sample string 1</Country>
          <Description>sample string 2</Description>
          <FromDate>2024-04-25T08:32:41.1026245-04:00</FromDate>
          <IsPresent>true</IsPresent>
          <IsPrimary>true</IsPrimary>
          <JobExperienceKey>ffb0b3ae-b5f5-4e07-b2f9-2a461f2b3020</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>2024-04-25T08:32:41.1026245-04:00</ToDate>
          <UpdatedOn>2024-04-25T08:32:41.1026245-04:00</UpdatedOn>
        </WorkExperience>
        <WorkExperience>
          <Country>sample string 1</Country>
          <Description>sample string 2</Description>
          <FromDate>2024-04-25T08:32:41.1026245-04:00</FromDate>
          <IsPresent>true</IsPresent>
          <IsPrimary>true</IsPrimary>
          <JobExperienceKey>ffb0b3ae-b5f5-4e07-b2f9-2a461f2b3020</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>2024-04-25T08:32:41.1026245-04:00</ToDate>
          <UpdatedOn>2024-04-25T08:32:41.1026245-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>a3c2aa34-a6e2-43eb-923c-b94350f6a8de</AddressKey>
          <AddressType>sample string 5</AddressType>
          <City>sample string 6</City>
          <CityStateCounty>sample string 7</CityStateCounty>
          <CityStateCountyCountry>sample string 8</CityStateCountyCountry>
          <ContactKey>a5e0f95d-82a5-4fb2-8993-3888810d4f1b</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>2024-04-25T08:32:41.1026245-04:00</ItemCreatedOn>
          <ItemEntityName>sample string 24</ItemEntityName>
          <ItemName>sample string 25</ItemName>
          <ItemOwnerContactKey>f483d259-9349-4cbc-b563-fa123fdbaf87</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>0447e2c4-2594-492a-a157-fced4abe36d1</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>a3c2aa34-a6e2-43eb-923c-b94350f6a8de</AddressKey>
          <AddressType>sample string 5</AddressType>
          <City>sample string 6</City>
          <CityStateCounty>sample string 7</CityStateCounty>
          <CityStateCountyCountry>sample string 8</CityStateCountyCountry>
          <ContactKey>a5e0f95d-82a5-4fb2-8993-3888810d4f1b</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>2024-04-25T08:32:41.1026245-04:00</ItemCreatedOn>
          <ItemEntityName>sample string 24</ItemEntityName>
          <ItemName>sample string 25</ItemName>
          <ItemOwnerContactKey>f483d259-9349-4cbc-b563-fa123fdbaf87</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>0447e2c4-2594-492a-a157-fced4abe36d1</TimeZoneKey>
          <Town>sample string 43</Town>
          <TownOrCity>sample string 44</TownOrCity>
        </Address>
      </Addresses>
      <AgreedToTermsDateTime>2024-04-25T08:32:41.1026245-04:00</AgreedToTermsDateTime>
      <CompanyLegacyContactKey>sample string 35</CompanyLegacyContactKey>
      <CompanyName>sample string 13</CompanyName>
      <CompanyTitle>sample string 14</CompanyTitle>
      <ContactKey>912cfb4f-7548-4cab-9a2c-3eb10d6438f3</ContactKey>
      <ContactStatusCode>sample string 9</ContactStatusCode>
      <Demographics>
        <Demographic>
          <DemographicType>sample string 1</DemographicType>
          <Values xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1:string>
          </Values>
        </Demographic>
        <Demographic>
          <DemographicType>sample string 1</DemographicType>
          <Values xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1: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>d68f5de6-33d5-44e2-8e2f-ff5d6caff328</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>2024-04-25T08:32:41.1026245-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>d68f5de6-33d5-44e2-8e2f-ff5d6caff328</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>2024-04-25T08:32:41.1026245-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>
      <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 40</LinkToVolunteerProfile>
      <MaidenName>sample string 31</MaidenName>
      <MemberAwardKey>c54e9794-7e6f-416a-a9d6-3b77735eace1</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>2148fc32-7d6f-4798-917e-eb3bbeaf8097</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>39</UnreadMessageCount>
      <UpdatedByContactKey>3f89c26f-1a81-4784-967b-ab8f7a8743fc</UpdatedByContactKey>
      <UpdatedOn>2024-04-25T08:32:41.1026245-04:00</UpdatedOn>
      <WebsiteUrl>sample string 27</WebsiteUrl>
      <WorkHistory>
        <WorkExperience>
          <Country>sample string 1</Country>
          <Description>sample string 2</Description>
          <FromDate>2024-04-25T08:32:41.1026245-04:00</FromDate>
          <IsPresent>true</IsPresent>
          <IsPrimary>true</IsPrimary>
          <JobExperienceKey>ffb0b3ae-b5f5-4e07-b2f9-2a461f2b3020</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>2024-04-25T08:32:41.1026245-04:00</ToDate>
          <UpdatedOn>2024-04-25T08:32:41.1026245-04:00</UpdatedOn>
        </WorkExperience>
        <WorkExperience>
          <Country>sample string 1</Country>
          <Description>sample string 2</Description>
          <FromDate>2024-04-25T08:32:41.1026245-04:00</FromDate>
          <IsPresent>true</IsPresent>
          <IsPrimary>true</IsPrimary>
          <JobExperienceKey>ffb0b3ae-b5f5-4e07-b2f9-2a461f2b3020</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>2024-04-25T08:32:41.1026245-04:00</ToDate>
          <UpdatedOn>2024-04-25T08:32:41.1026245-04:00</UpdatedOn>
        </WorkExperience>
      </WorkHistory>
    </Contact>
  </Contacts>
  <HasMore>true</HasMore>
  <Next>sample string 2</Next>
  <Previous>sample string 3</Previous>
</PaginatedContacts>