GET api/v2.0/Volunteer/GetVolunteerList?volunteerOpportunityKey={volunteerOpportunityKey}

Accessible only by Super Admin, Community Admin (if the Volunteer Opportunity is associated with a Community), and Volunteer Admins only. Returns information about all Volunteers for a specified Volunteer Opportunity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
volunteerOpportunityKey

Unique key for a specific Volunteer Opportunity.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

List of Volunteers for a given Volunteer Opportunity.

Collection of VolunteerOpportunityVolunteer
NameDescriptionTypeAdditional information
VolunteerOpportunityVolunteerKey

UniqueIdentifier for the VolunteerOpportunityVolunteer.

globally unique identifier

None.

VolunteerContact

Full Contact detail for the Volunteer.

Contact

None.

VolunteerComments

Comments left by the Volunteer when applying for the Opportunity.

string

None.

VolunteerAdminComments

Comments left by an administrator about the Volunteer.

string

None.

CreatedByContactKey

Contact that created the VolunteerOpportunityVolunteer record.

globally unique identifier

None.

CreatedOn

When the VolunteerOpportunityVolunteer record was created.

date

None.

IsReAppointment

Was the Volunteer re-added to the Opportunity after being removed.

boolean

None.

IsActive

Is this Volunteer currently set as an active Volunteer for the Opportunity.

boolean

None.

IsComplete

Is the Volunteer's application complete for the given Opportunity.

boolean

None.

ApprovedOn

When the Application was approved.

date

None.

ApprovedByContactKey

ContactKey of the User who approved the application.

globally unique identifier

None.

IsPublic

Is this record viewable by the public.

boolean

None.

RejectedOn

When the application was rejected.

date

None.

RejectedByContactKey

UniqueIdentifier for the User who rejected the application.

globally unique identifier

None.

VolunteerRole

VolunteerRole, if there is one, for the Volunteer.

VolunteerRole

None.

AdjustPoints

decimal number

None.

AdjustedByContactKey

globally unique identifier

None.

AdjustedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VolunteerOpportunityVolunteerKey": "a930cd87-eb84-4f6a-bc3d-2b717acf971d",
    "VolunteerContact": {
      "LinkToProfile": "sample string 1",
      "PictureUrl": "sample string 2",
      "LargePictureUrl": "sample string 3",
      "ContactKey": "70e0ccd2-3be8-4813-aaf0-df1122b7ef4d",
      "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-23T14:03:42.3765985Z",
      "UpdatedByContactKey": "c627f4d1-7883-4f36-a519-3c65d8a8f32e",
      "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": "c486df10-ae46-4a73-a7b9-bcfdd99c278a",
      "IsMember": true,
      "AgreedToTermsDateTime": "2024-04-23T14:03:42.3765985Z",
      "MemberId": "sample string 30",
      "MaidenName": "sample string 31",
      "PrimarySecurityGroupKey": "268e2a5d-55e9-48c6-ba91-2d3cb0ba1efb",
      "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": "4d51e9a2-ca69-4af0-a454-789e169ada1b",
          "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-23T14:03:42.3765985Z"
        },
        {
          "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": "4d51e9a2-ca69-4af0-a454-789e169ada1b",
          "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-23T14:03:42.3765985Z"
        }
      ],
      "WorkHistory": [
        {
          "Country": "sample string 1",
          "Description": "sample string 2",
          "FromDate": "2024-04-23T14:03:42.3765985Z",
          "IsPresent": true,
          "IsPrimary": true,
          "JobExperienceKey": "2a92772d-1d87-4d51-9fdb-2ee031722900",
          "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-23T14:03:42.3765985Z",
          "UpdatedOn": "2024-04-23T14:03:42.3765985Z"
        },
        {
          "Country": "sample string 1",
          "Description": "sample string 2",
          "FromDate": "2024-04-23T14:03:42.3765985Z",
          "IsPresent": true,
          "IsPrimary": true,
          "JobExperienceKey": "2a92772d-1d87-4d51-9fdb-2ee031722900",
          "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-23T14:03:42.3765985Z",
          "UpdatedOn": "2024-04-23T14:03:42.3765985Z"
        }
      ],
      "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": "747edd75-17d3-423e-95f0-d7ff58b9a806",
          "AddressType": "sample string 5",
          "City": "sample string 6",
          "CityStateCounty": "sample string 7",
          "CityStateCountyCountry": "sample string 8",
          "ContactKey": "b12a5598-6a1d-4389-8482-884d971d0ca7",
          "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-23T14:03:42.3765985Z",
          "ItemEntityName": "sample string 24",
          "ItemName": "sample string 25",
          "ItemOwnerContactKey": "baccacee-73fe-401d-a80e-4710db6142d0",
          "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": "51f45013-432e-4980-be88-17f4db7e6e28",
          "Town": "sample string 43",
          "TownOrCity": "sample string 44"
        },
        {
          "Address1": "sample string 1",
          "Address2": "sample string 2",
          "Address3": "sample string 3",
          "AddressKey": "747edd75-17d3-423e-95f0-d7ff58b9a806",
          "AddressType": "sample string 5",
          "City": "sample string 6",
          "CityStateCounty": "sample string 7",
          "CityStateCountyCountry": "sample string 8",
          "ContactKey": "b12a5598-6a1d-4389-8482-884d971d0ca7",
          "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-23T14:03:42.3765985Z",
          "ItemEntityName": "sample string 24",
          "ItemName": "sample string 25",
          "ItemOwnerContactKey": "baccacee-73fe-401d-a80e-4710db6142d0",
          "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": "51f45013-432e-4980-be88-17f4db7e6e28",
          "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"
          ]
        }
      ]
    },
    "VolunteerComments": "sample string 2",
    "VolunteerAdminComments": "sample string 3",
    "CreatedByContactKey": "f0f4398f-5ac1-40bc-8284-16252114d057",
    "CreatedOn": "2024-04-23T14:03:42.3765985Z",
    "IsReAppointment": true,
    "IsActive": true,
    "IsComplete": true,
    "ApprovedOn": "2024-04-23T14:03:42.3765985Z",
    "ApprovedByContactKey": "edabcf55-d1e1-4f30-bba0-9f1582dcbe4a",
    "IsPublic": true,
    "RejectedOn": "2024-04-23T14:03:42.3765985Z",
    "RejectedByContactKey": "c1215421-15e0-48ee-8a42-282524420a4b",
    "VolunteerRole": {
      "VolunteerRoleKey": "cf0e8406-da0f-43a4-bd7f-86db82c227fe",
      "Name": "sample string 2",
      "IntegrationCode": "sample string 3",
      "PointsMultiplier": 4.0,
      "IsActive": true
    },
    "AdjustPoints": 14.0,
    "AdjustedByContactKey": "0e8b9ff4-1af0-453c-a1bb-2c827e6ab1ed",
    "AdjustedOn": "2024-04-23T14:03:42.3765985Z"
  },
  {
    "VolunteerOpportunityVolunteerKey": "a930cd87-eb84-4f6a-bc3d-2b717acf971d",
    "VolunteerContact": {
      "LinkToProfile": "sample string 1",
      "PictureUrl": "sample string 2",
      "LargePictureUrl": "sample string 3",
      "ContactKey": "70e0ccd2-3be8-4813-aaf0-df1122b7ef4d",
      "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-23T14:03:42.3765985Z",
      "UpdatedByContactKey": "c627f4d1-7883-4f36-a519-3c65d8a8f32e",
      "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": "c486df10-ae46-4a73-a7b9-bcfdd99c278a",
      "IsMember": true,
      "AgreedToTermsDateTime": "2024-04-23T14:03:42.3765985Z",
      "MemberId": "sample string 30",
      "MaidenName": "sample string 31",
      "PrimarySecurityGroupKey": "268e2a5d-55e9-48c6-ba91-2d3cb0ba1efb",
      "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": "4d51e9a2-ca69-4af0-a454-789e169ada1b",
          "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-23T14:03:42.3765985Z"
        },
        {
          "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": "4d51e9a2-ca69-4af0-a454-789e169ada1b",
          "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-23T14:03:42.3765985Z"
        }
      ],
      "WorkHistory": [
        {
          "Country": "sample string 1",
          "Description": "sample string 2",
          "FromDate": "2024-04-23T14:03:42.3765985Z",
          "IsPresent": true,
          "IsPrimary": true,
          "JobExperienceKey": "2a92772d-1d87-4d51-9fdb-2ee031722900",
          "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-23T14:03:42.3765985Z",
          "UpdatedOn": "2024-04-23T14:03:42.3765985Z"
        },
        {
          "Country": "sample string 1",
          "Description": "sample string 2",
          "FromDate": "2024-04-23T14:03:42.3765985Z",
          "IsPresent": true,
          "IsPrimary": true,
          "JobExperienceKey": "2a92772d-1d87-4d51-9fdb-2ee031722900",
          "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-23T14:03:42.3765985Z",
          "UpdatedOn": "2024-04-23T14:03:42.3765985Z"
        }
      ],
      "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": "747edd75-17d3-423e-95f0-d7ff58b9a806",
          "AddressType": "sample string 5",
          "City": "sample string 6",
          "CityStateCounty": "sample string 7",
          "CityStateCountyCountry": "sample string 8",
          "ContactKey": "b12a5598-6a1d-4389-8482-884d971d0ca7",
          "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-23T14:03:42.3765985Z",
          "ItemEntityName": "sample string 24",
          "ItemName": "sample string 25",
          "ItemOwnerContactKey": "baccacee-73fe-401d-a80e-4710db6142d0",
          "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": "51f45013-432e-4980-be88-17f4db7e6e28",
          "Town": "sample string 43",
          "TownOrCity": "sample string 44"
        },
        {
          "Address1": "sample string 1",
          "Address2": "sample string 2",
          "Address3": "sample string 3",
          "AddressKey": "747edd75-17d3-423e-95f0-d7ff58b9a806",
          "AddressType": "sample string 5",
          "City": "sample string 6",
          "CityStateCounty": "sample string 7",
          "CityStateCountyCountry": "sample string 8",
          "ContactKey": "b12a5598-6a1d-4389-8482-884d971d0ca7",
          "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-23T14:03:42.3765985Z",
          "ItemEntityName": "sample string 24",
          "ItemName": "sample string 25",
          "ItemOwnerContactKey": "baccacee-73fe-401d-a80e-4710db6142d0",
          "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": "51f45013-432e-4980-be88-17f4db7e6e28",
          "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"
          ]
        }
      ]
    },
    "VolunteerComments": "sample string 2",
    "VolunteerAdminComments": "sample string 3",
    "CreatedByContactKey": "f0f4398f-5ac1-40bc-8284-16252114d057",
    "CreatedOn": "2024-04-23T14:03:42.3765985Z",
    "IsReAppointment": true,
    "IsActive": true,
    "IsComplete": true,
    "ApprovedOn": "2024-04-23T14:03:42.3765985Z",
    "ApprovedByContactKey": "edabcf55-d1e1-4f30-bba0-9f1582dcbe4a",
    "IsPublic": true,
    "RejectedOn": "2024-04-23T14:03:42.3765985Z",
    "RejectedByContactKey": "c1215421-15e0-48ee-8a42-282524420a4b",
    "VolunteerRole": {
      "VolunteerRoleKey": "cf0e8406-da0f-43a4-bd7f-86db82c227fe",
      "Name": "sample string 2",
      "IntegrationCode": "sample string 3",
      "PointsMultiplier": 4.0,
      "IsActive": true
    },
    "AdjustPoints": 14.0,
    "AdjustedByContactKey": "0e8b9ff4-1af0-453c-a1bb-2c827e6ab1ed",
    "AdjustedOn": "2024-04-23T14:03:42.3765985Z"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVolunteerOpportunityVolunteer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Volunteer">
  <VolunteerOpportunityVolunteer>
    <AdjustPoints>14</AdjustPoints>
    <AdjustedByContactKey>0e8b9ff4-1af0-453c-a1bb-2c827e6ab1ed</AdjustedByContactKey>
    <AdjustedOn>2024-04-23T10:03:42.3765985-04:00</AdjustedOn>
    <ApprovedByContactKey>edabcf55-d1e1-4f30-bba0-9f1582dcbe4a</ApprovedByContactKey>
    <ApprovedOn>2024-04-23T10:03:42.3765985-04:00</ApprovedOn>
    <CreatedByContactKey>f0f4398f-5ac1-40bc-8284-16252114d057</CreatedByContactKey>
    <CreatedOn>2024-04-23T10:03:42.3765985-04:00</CreatedOn>
    <IsActive>true</IsActive>
    <IsComplete>true</IsComplete>
    <IsPublic>true</IsPublic>
    <IsReAppointment>true</IsReAppointment>
    <RejectedByContactKey>c1215421-15e0-48ee-8a42-282524420a4b</RejectedByContactKey>
    <RejectedOn>2024-04-23T10:03:42.3765985-04:00</RejectedOn>
    <VolunteerAdminComments>sample string 3</VolunteerAdminComments>
    <VolunteerComments>sample string 2</VolunteerComments>
    <VolunteerContact xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
      <d3p1:AMSDirectoryOptOut>true</d3p1:AMSDirectoryOptOut>
      <d3p1:Addresses>
        <d3p1:Address>
          <d3p1:Address1>sample string 1</d3p1:Address1>
          <d3p1:Address2>sample string 2</d3p1:Address2>
          <d3p1:Address3>sample string 3</d3p1:Address3>
          <d3p1:AddressKey>747edd75-17d3-423e-95f0-d7ff58b9a806</d3p1:AddressKey>
          <d3p1:AddressType>sample string 5</d3p1:AddressType>
          <d3p1:City>sample string 6</d3p1:City>
          <d3p1:CityStateCounty>sample string 7</d3p1:CityStateCounty>
          <d3p1:CityStateCountyCountry>sample string 8</d3p1:CityStateCountyCountry>
          <d3p1:ContactKey>b12a5598-6a1d-4389-8482-884d971d0ca7</d3p1:ContactKey>
          <d3p1:CountryCode>sample string 10</d3p1:CountryCode>
          <d3p1:CountryName>sample string 11</d3p1:CountryName>
          <d3p1:County>sample string 12</d3p1:County>
          <d3p1:EmailAddress>sample string 13</d3p1:EmailAddress>
          <d3p1:FormattedAddress>sample string 14</d3p1:FormattedAddress>
          <d3p1:FormattedAddressOneLine>sample string 15</d3p1:FormattedAddressOneLine>
          <d3p1:FormattedAddressText>sample string 16</d3p1:FormattedAddressText>
          <d3p1:IsListCityState>true</d3p1:IsListCityState>
          <d3p1:IsLoggingEnabled>true</d3p1:IsLoggingEnabled>
          <d3p1:IsNew>true</d3p1:IsNew>
          <d3p1:IsPreferredBill>true</d3p1:IsPreferredBill>
          <d3p1:IsPreferredList>true</d3p1:IsPreferredList>
          <d3p1:IsPreferredMail>true</d3p1:IsPreferredMail>
          <d3p1:ItemCreatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:ItemCreatedOn>
          <d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName>
          <d3p1:ItemName>sample string 25</d3p1:ItemName>
          <d3p1:ItemOwnerContactKey>baccacee-73fe-401d-a80e-4710db6142d0</d3p1:ItemOwnerContactKey>
          <d3p1:Latitude>27</d3p1:Latitude>
          <d3p1:LegacyAddressKey>sample string 28</d3p1:LegacyAddressKey>
          <d3p1:Longitude>29</d3p1:Longitude>
          <d3p1:NearText>sample string 30</d3p1:NearText>
          <d3p1:Phone1>sample string 31</d3p1:Phone1>
          <d3p1:Phone1Type>sample string 32</d3p1:Phone1Type>
          <d3p1:Phone2>sample string 33</d3p1:Phone2>
          <d3p1:Phone2Type>sample string 34</d3p1:Phone2Type>
          <d3p1:Phone3>sample string 35</d3p1:Phone3>
          <d3p1:Phone3Type>sample string 36</d3p1:Phone3Type>
          <d3p1:Phone4>sample string 37</d3p1:Phone4>
          <d3p1:Phone4Type>sample string 38</d3p1:Phone4Type>
          <d3p1:PostalCode>sample string 39</d3p1:PostalCode>
          <d3p1:Region>sample string 40</d3p1:Region>
          <d3p1:StateProvinceCode>sample string 41</d3p1:StateProvinceCode>
          <d3p1:TimeZoneKey>51f45013-432e-4980-be88-17f4db7e6e28</d3p1:TimeZoneKey>
          <d3p1:Town>sample string 43</d3p1:Town>
          <d3p1:TownOrCity>sample string 44</d3p1:TownOrCity>
        </d3p1:Address>
        <d3p1:Address>
          <d3p1:Address1>sample string 1</d3p1:Address1>
          <d3p1:Address2>sample string 2</d3p1:Address2>
          <d3p1:Address3>sample string 3</d3p1:Address3>
          <d3p1:AddressKey>747edd75-17d3-423e-95f0-d7ff58b9a806</d3p1:AddressKey>
          <d3p1:AddressType>sample string 5</d3p1:AddressType>
          <d3p1:City>sample string 6</d3p1:City>
          <d3p1:CityStateCounty>sample string 7</d3p1:CityStateCounty>
          <d3p1:CityStateCountyCountry>sample string 8</d3p1:CityStateCountyCountry>
          <d3p1:ContactKey>b12a5598-6a1d-4389-8482-884d971d0ca7</d3p1:ContactKey>
          <d3p1:CountryCode>sample string 10</d3p1:CountryCode>
          <d3p1:CountryName>sample string 11</d3p1:CountryName>
          <d3p1:County>sample string 12</d3p1:County>
          <d3p1:EmailAddress>sample string 13</d3p1:EmailAddress>
          <d3p1:FormattedAddress>sample string 14</d3p1:FormattedAddress>
          <d3p1:FormattedAddressOneLine>sample string 15</d3p1:FormattedAddressOneLine>
          <d3p1:FormattedAddressText>sample string 16</d3p1:FormattedAddressText>
          <d3p1:IsListCityState>true</d3p1:IsListCityState>
          <d3p1:IsLoggingEnabled>true</d3p1:IsLoggingEnabled>
          <d3p1:IsNew>true</d3p1:IsNew>
          <d3p1:IsPreferredBill>true</d3p1:IsPreferredBill>
          <d3p1:IsPreferredList>true</d3p1:IsPreferredList>
          <d3p1:IsPreferredMail>true</d3p1:IsPreferredMail>
          <d3p1:ItemCreatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:ItemCreatedOn>
          <d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName>
          <d3p1:ItemName>sample string 25</d3p1:ItemName>
          <d3p1:ItemOwnerContactKey>baccacee-73fe-401d-a80e-4710db6142d0</d3p1:ItemOwnerContactKey>
          <d3p1:Latitude>27</d3p1:Latitude>
          <d3p1:LegacyAddressKey>sample string 28</d3p1:LegacyAddressKey>
          <d3p1:Longitude>29</d3p1:Longitude>
          <d3p1:NearText>sample string 30</d3p1:NearText>
          <d3p1:Phone1>sample string 31</d3p1:Phone1>
          <d3p1:Phone1Type>sample string 32</d3p1:Phone1Type>
          <d3p1:Phone2>sample string 33</d3p1:Phone2>
          <d3p1:Phone2Type>sample string 34</d3p1:Phone2Type>
          <d3p1:Phone3>sample string 35</d3p1:Phone3>
          <d3p1:Phone3Type>sample string 36</d3p1:Phone3Type>
          <d3p1:Phone4>sample string 37</d3p1:Phone4>
          <d3p1:Phone4Type>sample string 38</d3p1:Phone4Type>
          <d3p1:PostalCode>sample string 39</d3p1:PostalCode>
          <d3p1:Region>sample string 40</d3p1:Region>
          <d3p1:StateProvinceCode>sample string 41</d3p1:StateProvinceCode>
          <d3p1:TimeZoneKey>51f45013-432e-4980-be88-17f4db7e6e28</d3p1:TimeZoneKey>
          <d3p1:Town>sample string 43</d3p1:Town>
          <d3p1:TownOrCity>sample string 44</d3p1:TownOrCity>
        </d3p1:Address>
      </d3p1:Addresses>
      <d3p1:AgreedToTermsDateTime>2024-04-23T10:03:42.3765985-04:00</d3p1:AgreedToTermsDateTime>
      <d3p1:CompanyLegacyContactKey>sample string 35</d3p1:CompanyLegacyContactKey>
      <d3p1:CompanyName>sample string 13</d3p1:CompanyName>
      <d3p1:CompanyTitle>sample string 14</d3p1:CompanyTitle>
      <d3p1:ContactKey>70e0ccd2-3be8-4813-aaf0-df1122b7ef4d</d3p1:ContactKey>
      <d3p1:ContactStatusCode>sample string 9</d3p1:ContactStatusCode>
      <d3p1:Demographics>
        <d3p1:Demographic>
          <d3p1:DemographicType>sample string 1</d3p1:DemographicType>
          <d3p1: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>
          </d3p1:Values>
        </d3p1:Demographic>
        <d3p1:Demographic>
          <d3p1:DemographicType>sample string 1</d3p1:DemographicType>
          <d3p1: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>
          </d3p1:Values>
        </d3p1:Demographic>
      </d3p1:Demographics>
      <d3p1:Designation>sample string 16</d3p1:Designation>
      <d3p1:DisplayName>sample string 7</d3p1:DisplayName>
      <d3p1:EducationEntries>
        <d3p1:Education>
          <d3p1:ActivitiesSocieties>sample string 1</d3p1:ActivitiesSocieties>
          <d3p1:Advisor>sample string 2</d3p1:Advisor>
          <d3p1:City>sample string 3</d3p1:City>
          <d3p1:CountryCode>sample string 4</d3p1:CountryCode>
          <d3p1:CountryName>sample string 5</d3p1:CountryName>
          <d3p1:Degree>sample string 6</d3p1:Degree>
          <d3p1:DegreeYear>7</d3p1:DegreeYear>
          <d3p1:Dissertation>sample string 8</d3p1:Dissertation>
          <d3p1:EducationKey>4d51e9a2-ca69-4af0-a454-789e169ada1b</d3p1:EducationKey>
          <d3p1:FieldOfStudy>sample string 10</d3p1:FieldOfStudy>
          <d3p1:FromYear>11</d3p1:FromYear>
          <d3p1:IsHighestDegreeAttained>true</d3p1:IsHighestDegreeAttained>
          <d3p1:Notes>sample string 13</d3p1:Notes>
          <d3p1:SchoolName>sample string 14</d3p1:SchoolName>
          <d3p1:StateCode>sample string 15</d3p1:StateCode>
          <d3p1:StateName>sample string 16</d3p1:StateName>
          <d3p1:ToYear>17</d3p1:ToYear>
          <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
        </d3p1:Education>
        <d3p1:Education>
          <d3p1:ActivitiesSocieties>sample string 1</d3p1:ActivitiesSocieties>
          <d3p1:Advisor>sample string 2</d3p1:Advisor>
          <d3p1:City>sample string 3</d3p1:City>
          <d3p1:CountryCode>sample string 4</d3p1:CountryCode>
          <d3p1:CountryName>sample string 5</d3p1:CountryName>
          <d3p1:Degree>sample string 6</d3p1:Degree>
          <d3p1:DegreeYear>7</d3p1:DegreeYear>
          <d3p1:Dissertation>sample string 8</d3p1:Dissertation>
          <d3p1:EducationKey>4d51e9a2-ca69-4af0-a454-789e169ada1b</d3p1:EducationKey>
          <d3p1:FieldOfStudy>sample string 10</d3p1:FieldOfStudy>
          <d3p1:FromYear>11</d3p1:FromYear>
          <d3p1:IsHighestDegreeAttained>true</d3p1:IsHighestDegreeAttained>
          <d3p1:Notes>sample string 13</d3p1:Notes>
          <d3p1:SchoolName>sample string 14</d3p1:SchoolName>
          <d3p1:StateCode>sample string 15</d3p1:StateCode>
          <d3p1:StateName>sample string 16</d3p1:StateName>
          <d3p1:ToYear>17</d3p1:ToYear>
          <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
        </d3p1:Education>
      </d3p1:EducationEntries>
      <d3p1:EmailAddress>sample string 8</d3p1:EmailAddress>
      <d3p1:FirstName>sample string 5</d3p1:FirstName>
      <d3p1:HLContactMeOptOut>true</d3p1:HLContactMeOptOut>
      <d3p1:HLDirectoryOptOut>true</d3p1:HLDirectoryOptOut>
      <d3p1:InformalName>sample string 18</d3p1:InformalName>
      <d3p1:IsCompany>true</d3p1:IsCompany>
      <d3p1:IsMember>true</d3p1:IsMember>
      <d3p1:LargePictureUrl>sample string 3</d3p1:LargePictureUrl>
      <d3p1:LastName>sample string 6</d3p1:LastName>
      <d3p1:LegacyContactKey>sample string 17</d3p1:LegacyContactKey>
      <d3p1:LinkToProfile>sample string 1</d3p1:LinkToProfile>
      <d3p1:LinkToVolunteerProfile>sample string 40</d3p1:LinkToVolunteerProfile>
      <d3p1:MaidenName>sample string 31</d3p1:MaidenName>
      <d3p1:MemberAwardKey>c486df10-ae46-4a73-a7b9-bcfdd99c278a</d3p1:MemberAwardKey>
      <d3p1:MemberId>sample string 30</d3p1:MemberId>
      <d3p1:MiddleName>sample string 33</d3p1:MiddleName>
      <d3p1:Phone1>sample string 19</d3p1:Phone1>
      <d3p1:Phone1Type>sample string 20</d3p1:Phone1Type>
      <d3p1:Phone2>sample string 21</d3p1:Phone2>
      <d3p1:Phone2Type>sample string 22</d3p1:Phone2Type>
      <d3p1:Phone3>sample string 23</d3p1:Phone3>
      <d3p1:Phone3Type>sample string 24</d3p1:Phone3Type>
      <d3p1:Phone4>sample string 25</d3p1:Phone4>
      <d3p1:Phone4Type>sample string 26</d3p1:Phone4Type>
      <d3p1:PictureUrl>sample string 2</d3p1:PictureUrl>
      <d3p1:PrefixCode>sample string 10</d3p1:PrefixCode>
      <d3p1:PrimarySecurityGroupKey>268e2a5d-55e9-48c6-ba91-2d3cb0ba1efb</d3p1:PrimarySecurityGroupKey>
      <d3p1:Profile>
        <d3p1:Certifications>sample string 1</d3p1:Certifications>
        <d3p1:Description>sample string 2</d3p1:Description>
        <d3p1:Expertise>sample string 3</d3p1:Expertise>
        <d3p1:ForwardComments>true</d3p1:ForwardComments>
        <d3p1:ForwardCommunityInvitations>true</d3p1:ForwardCommunityInvitations>
        <d3p1:ForwardContactRequests>true</d3p1:ForwardContactRequests>
        <d3p1:ForwardMessages>true</d3p1:ForwardMessages>
        <d3p1:Groups>sample string 8</d3p1:Groups>
        <d3p1:ImageHeight>9</d3p1:ImageHeight>
        <d3p1:ImageWidth>10</d3p1:ImageWidth>
        <d3p1:Interests>sample string 11</d3p1:Interests>
        <d3p1:IsSpeaker>true</d3p1:IsSpeaker>
        <d3p1:NotificationEmailAddress>sample string 13</d3p1:NotificationEmailAddress>
      </d3p1:Profile>
      <d3p1:SuffixCode>sample string 15</d3p1:SuffixCode>
      <d3p1:UnreadMessageCount>39</d3p1:UnreadMessageCount>
      <d3p1:UpdatedByContactKey>c627f4d1-7883-4f36-a519-3c65d8a8f32e</d3p1:UpdatedByContactKey>
      <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
      <d3p1:WebsiteUrl>sample string 27</d3p1:WebsiteUrl>
      <d3p1:WorkHistory>
        <d3p1:WorkExperience>
          <d3p1:Country>sample string 1</d3p1:Country>
          <d3p1:Description>sample string 2</d3p1:Description>
          <d3p1:FromDate>2024-04-23T10:03:42.3765985-04:00</d3p1:FromDate>
          <d3p1:IsPresent>true</d3p1:IsPresent>
          <d3p1:IsPrimary>true</d3p1:IsPrimary>
          <d3p1:JobExperienceKey>2a92772d-1d87-4d51-9fdb-2ee031722900</d3p1:JobExperienceKey>
          <d3p1:OrganizationName>sample string 7</d3p1:OrganizationName>
          <d3p1:OrganizationSize>8</d3p1:OrganizationSize>
          <d3p1:OrganizationUrl>sample string 9</d3p1:OrganizationUrl>
          <d3p1:Place>sample string 10</d3p1:Place>
          <d3p1:State>sample string 11</d3p1:State>
          <d3p1:Title>sample string 12</d3p1:Title>
          <d3p1:ToDate>2024-04-23T10:03:42.3765985-04:00</d3p1:ToDate>
          <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
        </d3p1:WorkExperience>
        <d3p1:WorkExperience>
          <d3p1:Country>sample string 1</d3p1:Country>
          <d3p1:Description>sample string 2</d3p1:Description>
          <d3p1:FromDate>2024-04-23T10:03:42.3765985-04:00</d3p1:FromDate>
          <d3p1:IsPresent>true</d3p1:IsPresent>
          <d3p1:IsPrimary>true</d3p1:IsPrimary>
          <d3p1:JobExperienceKey>2a92772d-1d87-4d51-9fdb-2ee031722900</d3p1:JobExperienceKey>
          <d3p1:OrganizationName>sample string 7</d3p1:OrganizationName>
          <d3p1:OrganizationSize>8</d3p1:OrganizationSize>
          <d3p1:OrganizationUrl>sample string 9</d3p1:OrganizationUrl>
          <d3p1:Place>sample string 10</d3p1:Place>
          <d3p1:State>sample string 11</d3p1:State>
          <d3p1:Title>sample string 12</d3p1:Title>
          <d3p1:ToDate>2024-04-23T10:03:42.3765985-04:00</d3p1:ToDate>
          <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
        </d3p1:WorkExperience>
      </d3p1:WorkHistory>
    </VolunteerContact>
    <VolunteerOpportunityVolunteerKey>a930cd87-eb84-4f6a-bc3d-2b717acf971d</VolunteerOpportunityVolunteerKey>
    <VolunteerRole>
      <IntegrationCode>sample string 3</IntegrationCode>
      <IsActive>true</IsActive>
      <Name>sample string 2</Name>
      <PointsMultiplier>4</PointsMultiplier>
      <VolunteerRoleKey>cf0e8406-da0f-43a4-bd7f-86db82c227fe</VolunteerRoleKey>
    </VolunteerRole>
  </VolunteerOpportunityVolunteer>
  <VolunteerOpportunityVolunteer>
    <AdjustPoints>14</AdjustPoints>
    <AdjustedByContactKey>0e8b9ff4-1af0-453c-a1bb-2c827e6ab1ed</AdjustedByContactKey>
    <AdjustedOn>2024-04-23T10:03:42.3765985-04:00</AdjustedOn>
    <ApprovedByContactKey>edabcf55-d1e1-4f30-bba0-9f1582dcbe4a</ApprovedByContactKey>
    <ApprovedOn>2024-04-23T10:03:42.3765985-04:00</ApprovedOn>
    <CreatedByContactKey>f0f4398f-5ac1-40bc-8284-16252114d057</CreatedByContactKey>
    <CreatedOn>2024-04-23T10:03:42.3765985-04:00</CreatedOn>
    <IsActive>true</IsActive>
    <IsComplete>true</IsComplete>
    <IsPublic>true</IsPublic>
    <IsReAppointment>true</IsReAppointment>
    <RejectedByContactKey>c1215421-15e0-48ee-8a42-282524420a4b</RejectedByContactKey>
    <RejectedOn>2024-04-23T10:03:42.3765985-04:00</RejectedOn>
    <VolunteerAdminComments>sample string 3</VolunteerAdminComments>
    <VolunteerComments>sample string 2</VolunteerComments>
    <VolunteerContact xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
      <d3p1:AMSDirectoryOptOut>true</d3p1:AMSDirectoryOptOut>
      <d3p1:Addresses>
        <d3p1:Address>
          <d3p1:Address1>sample string 1</d3p1:Address1>
          <d3p1:Address2>sample string 2</d3p1:Address2>
          <d3p1:Address3>sample string 3</d3p1:Address3>
          <d3p1:AddressKey>747edd75-17d3-423e-95f0-d7ff58b9a806</d3p1:AddressKey>
          <d3p1:AddressType>sample string 5</d3p1:AddressType>
          <d3p1:City>sample string 6</d3p1:City>
          <d3p1:CityStateCounty>sample string 7</d3p1:CityStateCounty>
          <d3p1:CityStateCountyCountry>sample string 8</d3p1:CityStateCountyCountry>
          <d3p1:ContactKey>b12a5598-6a1d-4389-8482-884d971d0ca7</d3p1:ContactKey>
          <d3p1:CountryCode>sample string 10</d3p1:CountryCode>
          <d3p1:CountryName>sample string 11</d3p1:CountryName>
          <d3p1:County>sample string 12</d3p1:County>
          <d3p1:EmailAddress>sample string 13</d3p1:EmailAddress>
          <d3p1:FormattedAddress>sample string 14</d3p1:FormattedAddress>
          <d3p1:FormattedAddressOneLine>sample string 15</d3p1:FormattedAddressOneLine>
          <d3p1:FormattedAddressText>sample string 16</d3p1:FormattedAddressText>
          <d3p1:IsListCityState>true</d3p1:IsListCityState>
          <d3p1:IsLoggingEnabled>true</d3p1:IsLoggingEnabled>
          <d3p1:IsNew>true</d3p1:IsNew>
          <d3p1:IsPreferredBill>true</d3p1:IsPreferredBill>
          <d3p1:IsPreferredList>true</d3p1:IsPreferredList>
          <d3p1:IsPreferredMail>true</d3p1:IsPreferredMail>
          <d3p1:ItemCreatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:ItemCreatedOn>
          <d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName>
          <d3p1:ItemName>sample string 25</d3p1:ItemName>
          <d3p1:ItemOwnerContactKey>baccacee-73fe-401d-a80e-4710db6142d0</d3p1:ItemOwnerContactKey>
          <d3p1:Latitude>27</d3p1:Latitude>
          <d3p1:LegacyAddressKey>sample string 28</d3p1:LegacyAddressKey>
          <d3p1:Longitude>29</d3p1:Longitude>
          <d3p1:NearText>sample string 30</d3p1:NearText>
          <d3p1:Phone1>sample string 31</d3p1:Phone1>
          <d3p1:Phone1Type>sample string 32</d3p1:Phone1Type>
          <d3p1:Phone2>sample string 33</d3p1:Phone2>
          <d3p1:Phone2Type>sample string 34</d3p1:Phone2Type>
          <d3p1:Phone3>sample string 35</d3p1:Phone3>
          <d3p1:Phone3Type>sample string 36</d3p1:Phone3Type>
          <d3p1:Phone4>sample string 37</d3p1:Phone4>
          <d3p1:Phone4Type>sample string 38</d3p1:Phone4Type>
          <d3p1:PostalCode>sample string 39</d3p1:PostalCode>
          <d3p1:Region>sample string 40</d3p1:Region>
          <d3p1:StateProvinceCode>sample string 41</d3p1:StateProvinceCode>
          <d3p1:TimeZoneKey>51f45013-432e-4980-be88-17f4db7e6e28</d3p1:TimeZoneKey>
          <d3p1:Town>sample string 43</d3p1:Town>
          <d3p1:TownOrCity>sample string 44</d3p1:TownOrCity>
        </d3p1:Address>
        <d3p1:Address>
          <d3p1:Address1>sample string 1</d3p1:Address1>
          <d3p1:Address2>sample string 2</d3p1:Address2>
          <d3p1:Address3>sample string 3</d3p1:Address3>
          <d3p1:AddressKey>747edd75-17d3-423e-95f0-d7ff58b9a806</d3p1:AddressKey>
          <d3p1:AddressType>sample string 5</d3p1:AddressType>
          <d3p1:City>sample string 6</d3p1:City>
          <d3p1:CityStateCounty>sample string 7</d3p1:CityStateCounty>
          <d3p1:CityStateCountyCountry>sample string 8</d3p1:CityStateCountyCountry>
          <d3p1:ContactKey>b12a5598-6a1d-4389-8482-884d971d0ca7</d3p1:ContactKey>
          <d3p1:CountryCode>sample string 10</d3p1:CountryCode>
          <d3p1:CountryName>sample string 11</d3p1:CountryName>
          <d3p1:County>sample string 12</d3p1:County>
          <d3p1:EmailAddress>sample string 13</d3p1:EmailAddress>
          <d3p1:FormattedAddress>sample string 14</d3p1:FormattedAddress>
          <d3p1:FormattedAddressOneLine>sample string 15</d3p1:FormattedAddressOneLine>
          <d3p1:FormattedAddressText>sample string 16</d3p1:FormattedAddressText>
          <d3p1:IsListCityState>true</d3p1:IsListCityState>
          <d3p1:IsLoggingEnabled>true</d3p1:IsLoggingEnabled>
          <d3p1:IsNew>true</d3p1:IsNew>
          <d3p1:IsPreferredBill>true</d3p1:IsPreferredBill>
          <d3p1:IsPreferredList>true</d3p1:IsPreferredList>
          <d3p1:IsPreferredMail>true</d3p1:IsPreferredMail>
          <d3p1:ItemCreatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:ItemCreatedOn>
          <d3p1:ItemEntityName>sample string 24</d3p1:ItemEntityName>
          <d3p1:ItemName>sample string 25</d3p1:ItemName>
          <d3p1:ItemOwnerContactKey>baccacee-73fe-401d-a80e-4710db6142d0</d3p1:ItemOwnerContactKey>
          <d3p1:Latitude>27</d3p1:Latitude>
          <d3p1:LegacyAddressKey>sample string 28</d3p1:LegacyAddressKey>
          <d3p1:Longitude>29</d3p1:Longitude>
          <d3p1:NearText>sample string 30</d3p1:NearText>
          <d3p1:Phone1>sample string 31</d3p1:Phone1>
          <d3p1:Phone1Type>sample string 32</d3p1:Phone1Type>
          <d3p1:Phone2>sample string 33</d3p1:Phone2>
          <d3p1:Phone2Type>sample string 34</d3p1:Phone2Type>
          <d3p1:Phone3>sample string 35</d3p1:Phone3>
          <d3p1:Phone3Type>sample string 36</d3p1:Phone3Type>
          <d3p1:Phone4>sample string 37</d3p1:Phone4>
          <d3p1:Phone4Type>sample string 38</d3p1:Phone4Type>
          <d3p1:PostalCode>sample string 39</d3p1:PostalCode>
          <d3p1:Region>sample string 40</d3p1:Region>
          <d3p1:StateProvinceCode>sample string 41</d3p1:StateProvinceCode>
          <d3p1:TimeZoneKey>51f45013-432e-4980-be88-17f4db7e6e28</d3p1:TimeZoneKey>
          <d3p1:Town>sample string 43</d3p1:Town>
          <d3p1:TownOrCity>sample string 44</d3p1:TownOrCity>
        </d3p1:Address>
      </d3p1:Addresses>
      <d3p1:AgreedToTermsDateTime>2024-04-23T10:03:42.3765985-04:00</d3p1:AgreedToTermsDateTime>
      <d3p1:CompanyLegacyContactKey>sample string 35</d3p1:CompanyLegacyContactKey>
      <d3p1:CompanyName>sample string 13</d3p1:CompanyName>
      <d3p1:CompanyTitle>sample string 14</d3p1:CompanyTitle>
      <d3p1:ContactKey>70e0ccd2-3be8-4813-aaf0-df1122b7ef4d</d3p1:ContactKey>
      <d3p1:ContactStatusCode>sample string 9</d3p1:ContactStatusCode>
      <d3p1:Demographics>
        <d3p1:Demographic>
          <d3p1:DemographicType>sample string 1</d3p1:DemographicType>
          <d3p1: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>
          </d3p1:Values>
        </d3p1:Demographic>
        <d3p1:Demographic>
          <d3p1:DemographicType>sample string 1</d3p1:DemographicType>
          <d3p1: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>
          </d3p1:Values>
        </d3p1:Demographic>
      </d3p1:Demographics>
      <d3p1:Designation>sample string 16</d3p1:Designation>
      <d3p1:DisplayName>sample string 7</d3p1:DisplayName>
      <d3p1:EducationEntries>
        <d3p1:Education>
          <d3p1:ActivitiesSocieties>sample string 1</d3p1:ActivitiesSocieties>
          <d3p1:Advisor>sample string 2</d3p1:Advisor>
          <d3p1:City>sample string 3</d3p1:City>
          <d3p1:CountryCode>sample string 4</d3p1:CountryCode>
          <d3p1:CountryName>sample string 5</d3p1:CountryName>
          <d3p1:Degree>sample string 6</d3p1:Degree>
          <d3p1:DegreeYear>7</d3p1:DegreeYear>
          <d3p1:Dissertation>sample string 8</d3p1:Dissertation>
          <d3p1:EducationKey>4d51e9a2-ca69-4af0-a454-789e169ada1b</d3p1:EducationKey>
          <d3p1:FieldOfStudy>sample string 10</d3p1:FieldOfStudy>
          <d3p1:FromYear>11</d3p1:FromYear>
          <d3p1:IsHighestDegreeAttained>true</d3p1:IsHighestDegreeAttained>
          <d3p1:Notes>sample string 13</d3p1:Notes>
          <d3p1:SchoolName>sample string 14</d3p1:SchoolName>
          <d3p1:StateCode>sample string 15</d3p1:StateCode>
          <d3p1:StateName>sample string 16</d3p1:StateName>
          <d3p1:ToYear>17</d3p1:ToYear>
          <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
        </d3p1:Education>
        <d3p1:Education>
          <d3p1:ActivitiesSocieties>sample string 1</d3p1:ActivitiesSocieties>
          <d3p1:Advisor>sample string 2</d3p1:Advisor>
          <d3p1:City>sample string 3</d3p1:City>
          <d3p1:CountryCode>sample string 4</d3p1:CountryCode>
          <d3p1:CountryName>sample string 5</d3p1:CountryName>
          <d3p1:Degree>sample string 6</d3p1:Degree>
          <d3p1:DegreeYear>7</d3p1:DegreeYear>
          <d3p1:Dissertation>sample string 8</d3p1:Dissertation>
          <d3p1:EducationKey>4d51e9a2-ca69-4af0-a454-789e169ada1b</d3p1:EducationKey>
          <d3p1:FieldOfStudy>sample string 10</d3p1:FieldOfStudy>
          <d3p1:FromYear>11</d3p1:FromYear>
          <d3p1:IsHighestDegreeAttained>true</d3p1:IsHighestDegreeAttained>
          <d3p1:Notes>sample string 13</d3p1:Notes>
          <d3p1:SchoolName>sample string 14</d3p1:SchoolName>
          <d3p1:StateCode>sample string 15</d3p1:StateCode>
          <d3p1:StateName>sample string 16</d3p1:StateName>
          <d3p1:ToYear>17</d3p1:ToYear>
          <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
        </d3p1:Education>
      </d3p1:EducationEntries>
      <d3p1:EmailAddress>sample string 8</d3p1:EmailAddress>
      <d3p1:FirstName>sample string 5</d3p1:FirstName>
      <d3p1:HLContactMeOptOut>true</d3p1:HLContactMeOptOut>
      <d3p1:HLDirectoryOptOut>true</d3p1:HLDirectoryOptOut>
      <d3p1:InformalName>sample string 18</d3p1:InformalName>
      <d3p1:IsCompany>true</d3p1:IsCompany>
      <d3p1:IsMember>true</d3p1:IsMember>
      <d3p1:LargePictureUrl>sample string 3</d3p1:LargePictureUrl>
      <d3p1:LastName>sample string 6</d3p1:LastName>
      <d3p1:LegacyContactKey>sample string 17</d3p1:LegacyContactKey>
      <d3p1:LinkToProfile>sample string 1</d3p1:LinkToProfile>
      <d3p1:LinkToVolunteerProfile>sample string 40</d3p1:LinkToVolunteerProfile>
      <d3p1:MaidenName>sample string 31</d3p1:MaidenName>
      <d3p1:MemberAwardKey>c486df10-ae46-4a73-a7b9-bcfdd99c278a</d3p1:MemberAwardKey>
      <d3p1:MemberId>sample string 30</d3p1:MemberId>
      <d3p1:MiddleName>sample string 33</d3p1:MiddleName>
      <d3p1:Phone1>sample string 19</d3p1:Phone1>
      <d3p1:Phone1Type>sample string 20</d3p1:Phone1Type>
      <d3p1:Phone2>sample string 21</d3p1:Phone2>
      <d3p1:Phone2Type>sample string 22</d3p1:Phone2Type>
      <d3p1:Phone3>sample string 23</d3p1:Phone3>
      <d3p1:Phone3Type>sample string 24</d3p1:Phone3Type>
      <d3p1:Phone4>sample string 25</d3p1:Phone4>
      <d3p1:Phone4Type>sample string 26</d3p1:Phone4Type>
      <d3p1:PictureUrl>sample string 2</d3p1:PictureUrl>
      <d3p1:PrefixCode>sample string 10</d3p1:PrefixCode>
      <d3p1:PrimarySecurityGroupKey>268e2a5d-55e9-48c6-ba91-2d3cb0ba1efb</d3p1:PrimarySecurityGroupKey>
      <d3p1:Profile>
        <d3p1:Certifications>sample string 1</d3p1:Certifications>
        <d3p1:Description>sample string 2</d3p1:Description>
        <d3p1:Expertise>sample string 3</d3p1:Expertise>
        <d3p1:ForwardComments>true</d3p1:ForwardComments>
        <d3p1:ForwardCommunityInvitations>true</d3p1:ForwardCommunityInvitations>
        <d3p1:ForwardContactRequests>true</d3p1:ForwardContactRequests>
        <d3p1:ForwardMessages>true</d3p1:ForwardMessages>
        <d3p1:Groups>sample string 8</d3p1:Groups>
        <d3p1:ImageHeight>9</d3p1:ImageHeight>
        <d3p1:ImageWidth>10</d3p1:ImageWidth>
        <d3p1:Interests>sample string 11</d3p1:Interests>
        <d3p1:IsSpeaker>true</d3p1:IsSpeaker>
        <d3p1:NotificationEmailAddress>sample string 13</d3p1:NotificationEmailAddress>
      </d3p1:Profile>
      <d3p1:SuffixCode>sample string 15</d3p1:SuffixCode>
      <d3p1:UnreadMessageCount>39</d3p1:UnreadMessageCount>
      <d3p1:UpdatedByContactKey>c627f4d1-7883-4f36-a519-3c65d8a8f32e</d3p1:UpdatedByContactKey>
      <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
      <d3p1:WebsiteUrl>sample string 27</d3p1:WebsiteUrl>
      <d3p1:WorkHistory>
        <d3p1:WorkExperience>
          <d3p1:Country>sample string 1</d3p1:Country>
          <d3p1:Description>sample string 2</d3p1:Description>
          <d3p1:FromDate>2024-04-23T10:03:42.3765985-04:00</d3p1:FromDate>
          <d3p1:IsPresent>true</d3p1:IsPresent>
          <d3p1:IsPrimary>true</d3p1:IsPrimary>
          <d3p1:JobExperienceKey>2a92772d-1d87-4d51-9fdb-2ee031722900</d3p1:JobExperienceKey>
          <d3p1:OrganizationName>sample string 7</d3p1:OrganizationName>
          <d3p1:OrganizationSize>8</d3p1:OrganizationSize>
          <d3p1:OrganizationUrl>sample string 9</d3p1:OrganizationUrl>
          <d3p1:Place>sample string 10</d3p1:Place>
          <d3p1:State>sample string 11</d3p1:State>
          <d3p1:Title>sample string 12</d3p1:Title>
          <d3p1:ToDate>2024-04-23T10:03:42.3765985-04:00</d3p1:ToDate>
          <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
        </d3p1:WorkExperience>
        <d3p1:WorkExperience>
          <d3p1:Country>sample string 1</d3p1:Country>
          <d3p1:Description>sample string 2</d3p1:Description>
          <d3p1:FromDate>2024-04-23T10:03:42.3765985-04:00</d3p1:FromDate>
          <d3p1:IsPresent>true</d3p1:IsPresent>
          <d3p1:IsPrimary>true</d3p1:IsPrimary>
          <d3p1:JobExperienceKey>2a92772d-1d87-4d51-9fdb-2ee031722900</d3p1:JobExperienceKey>
          <d3p1:OrganizationName>sample string 7</d3p1:OrganizationName>
          <d3p1:OrganizationSize>8</d3p1:OrganizationSize>
          <d3p1:OrganizationUrl>sample string 9</d3p1:OrganizationUrl>
          <d3p1:Place>sample string 10</d3p1:Place>
          <d3p1:State>sample string 11</d3p1:State>
          <d3p1:Title>sample string 12</d3p1:Title>
          <d3p1:ToDate>2024-04-23T10:03:42.3765985-04:00</d3p1:ToDate>
          <d3p1:UpdatedOn>2024-04-23T10:03:42.3765985-04:00</d3p1:UpdatedOn>
        </d3p1:WorkExperience>
      </d3p1:WorkHistory>
    </VolunteerContact>
    <VolunteerOpportunityVolunteerKey>a930cd87-eb84-4f6a-bc3d-2b717acf971d</VolunteerOpportunityVolunteerKey>
    <VolunteerRole>
      <IntegrationCode>sample string 3</IntegrationCode>
      <IsActive>true</IsActive>
      <Name>sample string 2</Name>
      <PointsMultiplier>4</PointsMultiplier>
      <VolunteerRoleKey>cf0e8406-da0f-43a4-bd7f-86db82c227fe</VolunteerRoleKey>
    </VolunteerRole>
  </VolunteerOpportunityVolunteer>
</ArrayOfVolunteerOpportunityVolunteer>