POST api/v2.0/Volunteer/ApproveVolunteerApplication?sendEmailNotifications={sendEmailNotifications}
Allows Administrators to automatically approve a Volunteer Application by the ContactKey of the Volunteer Applicant and the VolunteerOpportunityKey.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sendEmailNotifications |
Boolean value specified in the Querystring. Defaults to false. If true, will send system emails to the Applicant about the approval of the application. |
boolean |
Default value is False |
Body Parameters
Required information about the Applicant/Application to approve. If a ContactKey is present, the it is authoritative and any LegacyContactKey provided will be ignored.
ApproveVolunteerApplicationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| VolunteerOpportunityKey |
Unique Identifier for a Volunteer Opportunity. |
globally unique identifier |
None. |
| LegacyContactKey |
Unique Identifier for a Contact within the Source system. |
string |
None. |
| ContactKey |
Unique Identifier for a Contact within the Higher Logic system. |
globally unique identifier |
None. |
Request Formats
application/json, text/json
{
"VolunteerOpportunityKey": "ff25af41-e640-4adf-a080-986b3c8b4e79",
"LegacyContactKey": "sample string 2",
"ContactKey": "7df871d6-7605-473b-97f5-9a1b6eb1ad7a"
}
application/xml, text/xml
<VolunteerController.ApproveVolunteerApplicationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Controllers.Version2.Enterprise"> <ContactKey>7df871d6-7605-473b-97f5-9a1b6eb1ad7a</ContactKey> <LegacyContactKey>sample string 2</LegacyContactKey> <VolunteerOpportunityKey>ff25af41-e640-4adf-a080-986b3c8b4e79</VolunteerOpportunityKey> </VolunteerController.ApproveVolunteerApplicationRequest>
Response Information
Resource Description
VolunteerOpportunityVolunteer Model with detail about the Applicant.
VolunteerOpportunityVolunteer| Name | Description | Type | Additional 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
{
"VolunteerOpportunityVolunteerKey": "e717ee3b-a48e-4f90-b7a5-f1e55ad7b8bf",
"VolunteerContact": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"LargePictureUrl": "sample string 3",
"ContactKey": "9bbc3052-85eb-426c-886a-778663a781b4",
"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": "2026-09-22T23:12:28.4780375Z",
"UpdatedByContactKey": "35bda9a4-0e88-450d-96b5-b71149bbf13f",
"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": "cb1c2a99-ae29-492e-ad6a-6bd4d45df004",
"IsMember": true,
"AgreedToTermsDateTime": "2026-09-22T23:12:28.4780375Z",
"MemberId": "sample string 30",
"MaidenName": "sample string 31",
"PrimarySecurityGroupKey": "74ba533e-d7a4-40c2-884f-9e268c252684",
"MiddleName": "sample string 33",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 35",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"IsBlogger": true,
"EducationEntries": [
{
"ActivitiesSocieties": "sample string 1",
"Advisor": "sample string 2",
"City": "sample string 3",
"CountryCode": "sample string 4",
"CountryName": "sample string 5",
"Degree": "sample string 6",
"DegreeYear": 7,
"Dissertation": "sample string 8",
"EducationKey": "ff9e0f65-d3c0-4914-8f55-ab0587f2bfbc",
"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": "2026-09-22T23:12:28.4780375Z"
},
{
"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": "ff9e0f65-d3c0-4914-8f55-ab0587f2bfbc",
"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": "2026-09-22T23:12:28.4780375Z"
}
],
"WorkHistory": [
{
"Country": "sample string 1",
"Description": "sample string 2",
"FromDate": "2026-09-22T23:12:28.4780375Z",
"IsPresent": true,
"IsPrimary": true,
"JobExperienceKey": "72b4b09c-a749-4bf6-bd08-ba86ea360992",
"OrganizationName": "sample string 7",
"OrganizationSize": 8,
"OrganizationUrl": "sample string 9",
"Place": "sample string 10",
"State": "sample string 11",
"Title": "sample string 12",
"ToDate": "2026-09-22T23:12:28.4780375Z",
"UpdatedOn": "2026-09-22T23:12:28.4780375Z"
},
{
"Country": "sample string 1",
"Description": "sample string 2",
"FromDate": "2026-09-22T23:12:28.4780375Z",
"IsPresent": true,
"IsPrimary": true,
"JobExperienceKey": "72b4b09c-a749-4bf6-bd08-ba86ea360992",
"OrganizationName": "sample string 7",
"OrganizationSize": 8,
"OrganizationUrl": "sample string 9",
"Place": "sample string 10",
"State": "sample string 11",
"Title": "sample string 12",
"ToDate": "2026-09-22T23:12:28.4780375Z",
"UpdatedOn": "2026-09-22T23:12:28.4780375Z"
}
],
"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": "d85361fa-76b7-4b1a-9095-f8a4802fc3d1",
"AddressType": "sample string 5",
"City": "sample string 6",
"CityStateCounty": "sample string 7",
"CityStateCountyCountry": "sample string 8",
"ContactKey": "51500b19-176e-45d3-a129-82bb7d53b107",
"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": "2026-09-22T23:12:28.4780375Z",
"ItemEntityName": "sample string 24",
"ItemName": "sample string 25",
"ItemOwnerContactKey": "62fe0705-4b77-4374-be99-e059913d4c82",
"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": "e58eaa37-458c-4f4f-b1f4-9e9213cd976c",
"Town": "sample string 43",
"TownOrCity": "sample string 44"
},
{
"Address1": "sample string 1",
"Address2": "sample string 2",
"Address3": "sample string 3",
"AddressKey": "d85361fa-76b7-4b1a-9095-f8a4802fc3d1",
"AddressType": "sample string 5",
"City": "sample string 6",
"CityStateCounty": "sample string 7",
"CityStateCountyCountry": "sample string 8",
"ContactKey": "51500b19-176e-45d3-a129-82bb7d53b107",
"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": "2026-09-22T23:12:28.4780375Z",
"ItemEntityName": "sample string 24",
"ItemName": "sample string 25",
"ItemOwnerContactKey": "62fe0705-4b77-4374-be99-e059913d4c82",
"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": "e58eaa37-458c-4f4f-b1f4-9e9213cd976c",
"Town": "sample string 43",
"TownOrCity": "sample string 44"
}
],
"UnreadMessageCount": 40,
"LinkToVolunteerProfile": "sample string 41",
"Demographics": [
{
"DemographicType": "sample string 1",
"Values": [
"sample string 1",
"sample string 2"
]
},
{
"DemographicType": "sample string 1",
"Values": [
"sample string 1",
"sample string 2"
]
}
],
"SecurityGroups": [
{
"SecurityGroupKey": "4579a11d-cfb8-4d33-900e-4e59893cd5d5",
"SecurityGroupName": "sample string 2",
"ProvidesMemberBenefits": true
},
{
"SecurityGroupKey": "4579a11d-cfb8-4d33-900e-4e59893cd5d5",
"SecurityGroupName": "sample string 2",
"ProvidesMemberBenefits": true
}
]
},
"VolunteerComments": "sample string 2",
"VolunteerAdminComments": "sample string 3",
"CreatedByContactKey": "865bcfb1-8cea-4479-9323-784c7c5dd2c3",
"CreatedOn": "2026-09-22T23:12:28.4780375Z",
"IsReAppointment": true,
"IsActive": true,
"IsComplete": true,
"ApprovedOn": "2026-09-22T23:12:28.4780375Z",
"ApprovedByContactKey": "cffb8dff-644e-415f-afb8-ba5879a474d1",
"IsPublic": true,
"RejectedOn": "2026-09-22T23:12:28.4780375Z",
"RejectedByContactKey": "07ba4881-60f3-4dc8-9b9a-892c052ead52",
"VolunteerRole": {
"VolunteerRoleKey": "f67393c6-e80c-4d10-b6e0-dd4076e39b8a",
"Name": "sample string 2",
"IntegrationCode": "sample string 3",
"PointsMultiplier": 4.0,
"IsActive": true
},
"AdjustPoints": 14.0,
"AdjustedByContactKey": "f7ef1f50-0900-4b2e-8ecc-4cd8e06897a7",
"AdjustedOn": "2026-09-22T23:12:28.4780375Z"
}
application/xml, text/xml
<VolunteerOpportunityVolunteer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Volunteer">
<AdjustPoints>14</AdjustPoints>
<AdjustedByContactKey>f7ef1f50-0900-4b2e-8ecc-4cd8e06897a7</AdjustedByContactKey>
<AdjustedOn>2026-09-22T19:12:28.4780375-04:00</AdjustedOn>
<ApprovedByContactKey>cffb8dff-644e-415f-afb8-ba5879a474d1</ApprovedByContactKey>
<ApprovedOn>2026-09-22T19:12:28.4780375-04:00</ApprovedOn>
<CreatedByContactKey>865bcfb1-8cea-4479-9323-784c7c5dd2c3</CreatedByContactKey>
<CreatedOn>2026-09-22T19:12:28.4780375-04:00</CreatedOn>
<IsActive>true</IsActive>
<IsComplete>true</IsComplete>
<IsPublic>true</IsPublic>
<IsReAppointment>true</IsReAppointment>
<RejectedByContactKey>07ba4881-60f3-4dc8-9b9a-892c052ead52</RejectedByContactKey>
<RejectedOn>2026-09-22T19:12:28.4780375-04:00</RejectedOn>
<VolunteerAdminComments>sample string 3</VolunteerAdminComments>
<VolunteerComments>sample string 2</VolunteerComments>
<VolunteerContact xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
<d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
<d2p1:Addresses>
<d2p1:Address>
<d2p1:Address1>sample string 1</d2p1:Address1>
<d2p1:Address2>sample string 2</d2p1:Address2>
<d2p1:Address3>sample string 3</d2p1:Address3>
<d2p1:AddressKey>d85361fa-76b7-4b1a-9095-f8a4802fc3d1</d2p1:AddressKey>
<d2p1:AddressType>sample string 5</d2p1:AddressType>
<d2p1:City>sample string 6</d2p1:City>
<d2p1:CityStateCounty>sample string 7</d2p1:CityStateCounty>
<d2p1:CityStateCountyCountry>sample string 8</d2p1:CityStateCountyCountry>
<d2p1:ContactKey>51500b19-176e-45d3-a129-82bb7d53b107</d2p1:ContactKey>
<d2p1:CountryCode>sample string 10</d2p1:CountryCode>
<d2p1:CountryName>sample string 11</d2p1:CountryName>
<d2p1:County>sample string 12</d2p1:County>
<d2p1:EmailAddress>sample string 13</d2p1:EmailAddress>
<d2p1:FormattedAddress>sample string 14</d2p1:FormattedAddress>
<d2p1:FormattedAddressOneLine>sample string 15</d2p1:FormattedAddressOneLine>
<d2p1:FormattedAddressText>sample string 16</d2p1:FormattedAddressText>
<d2p1:IsListCityState>true</d2p1:IsListCityState>
<d2p1:IsLoggingEnabled>true</d2p1:IsLoggingEnabled>
<d2p1:IsNew>true</d2p1:IsNew>
<d2p1:IsPreferredBill>true</d2p1:IsPreferredBill>
<d2p1:IsPreferredList>true</d2p1:IsPreferredList>
<d2p1:IsPreferredMail>true</d2p1:IsPreferredMail>
<d2p1:ItemCreatedOn>2026-09-22T19:12:28.4780375-04:00</d2p1:ItemCreatedOn>
<d2p1:ItemEntityName>sample string 24</d2p1:ItemEntityName>
<d2p1:ItemName>sample string 25</d2p1:ItemName>
<d2p1:ItemOwnerContactKey>62fe0705-4b77-4374-be99-e059913d4c82</d2p1:ItemOwnerContactKey>
<d2p1:Latitude>27</d2p1:Latitude>
<d2p1:LegacyAddressKey>sample string 28</d2p1:LegacyAddressKey>
<d2p1:Longitude>29</d2p1:Longitude>
<d2p1:NearText>sample string 30</d2p1:NearText>
<d2p1:Phone1>sample string 31</d2p1:Phone1>
<d2p1:Phone1Type>sample string 32</d2p1:Phone1Type>
<d2p1:Phone2>sample string 33</d2p1:Phone2>
<d2p1:Phone2Type>sample string 34</d2p1:Phone2Type>
<d2p1:Phone3>sample string 35</d2p1:Phone3>
<d2p1:Phone3Type>sample string 36</d2p1:Phone3Type>
<d2p1:Phone4>sample string 37</d2p1:Phone4>
<d2p1:Phone4Type>sample string 38</d2p1:Phone4Type>
<d2p1:PostalCode>sample string 39</d2p1:PostalCode>
<d2p1:Region>sample string 40</d2p1:Region>
<d2p1:StateProvinceCode>sample string 41</d2p1:StateProvinceCode>
<d2p1:TimeZoneKey>e58eaa37-458c-4f4f-b1f4-9e9213cd976c</d2p1:TimeZoneKey>
<d2p1:Town>sample string 43</d2p1:Town>
<d2p1:TownOrCity>sample string 44</d2p1:TownOrCity>
</d2p1:Address>
<d2p1:Address>
<d2p1:Address1>sample string 1</d2p1:Address1>
<d2p1:Address2>sample string 2</d2p1:Address2>
<d2p1:Address3>sample string 3</d2p1:Address3>
<d2p1:AddressKey>d85361fa-76b7-4b1a-9095-f8a4802fc3d1</d2p1:AddressKey>
<d2p1:AddressType>sample string 5</d2p1:AddressType>
<d2p1:City>sample string 6</d2p1:City>
<d2p1:CityStateCounty>sample string 7</d2p1:CityStateCounty>
<d2p1:CityStateCountyCountry>sample string 8</d2p1:CityStateCountyCountry>
<d2p1:ContactKey>51500b19-176e-45d3-a129-82bb7d53b107</d2p1:ContactKey>
<d2p1:CountryCode>sample string 10</d2p1:CountryCode>
<d2p1:CountryName>sample string 11</d2p1:CountryName>
<d2p1:County>sample string 12</d2p1:County>
<d2p1:EmailAddress>sample string 13</d2p1:EmailAddress>
<d2p1:FormattedAddress>sample string 14</d2p1:FormattedAddress>
<d2p1:FormattedAddressOneLine>sample string 15</d2p1:FormattedAddressOneLine>
<d2p1:FormattedAddressText>sample string 16</d2p1:FormattedAddressText>
<d2p1:IsListCityState>true</d2p1:IsListCityState>
<d2p1:IsLoggingEnabled>true</d2p1:IsLoggingEnabled>
<d2p1:IsNew>true</d2p1:IsNew>
<d2p1:IsPreferredBill>true</d2p1:IsPreferredBill>
<d2p1:IsPreferredList>true</d2p1:IsPreferredList>
<d2p1:IsPreferredMail>true</d2p1:IsPreferredMail>
<d2p1:ItemCreatedOn>2026-09-22T19:12:28.4780375-04:00</d2p1:ItemCreatedOn>
<d2p1:ItemEntityName>sample string 24</d2p1:ItemEntityName>
<d2p1:ItemName>sample string 25</d2p1:ItemName>
<d2p1:ItemOwnerContactKey>62fe0705-4b77-4374-be99-e059913d4c82</d2p1:ItemOwnerContactKey>
<d2p1:Latitude>27</d2p1:Latitude>
<d2p1:LegacyAddressKey>sample string 28</d2p1:LegacyAddressKey>
<d2p1:Longitude>29</d2p1:Longitude>
<d2p1:NearText>sample string 30</d2p1:NearText>
<d2p1:Phone1>sample string 31</d2p1:Phone1>
<d2p1:Phone1Type>sample string 32</d2p1:Phone1Type>
<d2p1:Phone2>sample string 33</d2p1:Phone2>
<d2p1:Phone2Type>sample string 34</d2p1:Phone2Type>
<d2p1:Phone3>sample string 35</d2p1:Phone3>
<d2p1:Phone3Type>sample string 36</d2p1:Phone3Type>
<d2p1:Phone4>sample string 37</d2p1:Phone4>
<d2p1:Phone4Type>sample string 38</d2p1:Phone4Type>
<d2p1:PostalCode>sample string 39</d2p1:PostalCode>
<d2p1:Region>sample string 40</d2p1:Region>
<d2p1:StateProvinceCode>sample string 41</d2p1:StateProvinceCode>
<d2p1:TimeZoneKey>e58eaa37-458c-4f4f-b1f4-9e9213cd976c</d2p1:TimeZoneKey>
<d2p1:Town>sample string 43</d2p1:Town>
<d2p1:TownOrCity>sample string 44</d2p1:TownOrCity>
</d2p1:Address>
</d2p1:Addresses>
<d2p1:AgreedToTermsDateTime>2026-09-22T19:12:28.4780375-04:00</d2p1:AgreedToTermsDateTime>
<d2p1:CompanyLegacyContactKey>sample string 35</d2p1:CompanyLegacyContactKey>
<d2p1:CompanyName>sample string 13</d2p1:CompanyName>
<d2p1:CompanyTitle>sample string 14</d2p1:CompanyTitle>
<d2p1:ContactKey>9bbc3052-85eb-426c-886a-778663a781b4</d2p1:ContactKey>
<d2p1:ContactStatusCode>sample string 9</d2p1:ContactStatusCode>
<d2p1:Demographics>
<d2p1:Demographic>
<d2p1:DemographicType>sample string 1</d2p1:DemographicType>
<d2p1:Values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</d2p1:Values>
</d2p1:Demographic>
<d2p1:Demographic>
<d2p1:DemographicType>sample string 1</d2p1:DemographicType>
<d2p1:Values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</d2p1:Values>
</d2p1:Demographic>
</d2p1:Demographics>
<d2p1:Designation>sample string 16</d2p1:Designation>
<d2p1:DisplayName>sample string 7</d2p1:DisplayName>
<d2p1:EducationEntries>
<d2p1:Education>
<d2p1:ActivitiesSocieties>sample string 1</d2p1:ActivitiesSocieties>
<d2p1:Advisor>sample string 2</d2p1:Advisor>
<d2p1:City>sample string 3</d2p1:City>
<d2p1:CountryCode>sample string 4</d2p1:CountryCode>
<d2p1:CountryName>sample string 5</d2p1:CountryName>
<d2p1:Degree>sample string 6</d2p1:Degree>
<d2p1:DegreeYear>7</d2p1:DegreeYear>
<d2p1:Dissertation>sample string 8</d2p1:Dissertation>
<d2p1:EducationKey>ff9e0f65-d3c0-4914-8f55-ab0587f2bfbc</d2p1:EducationKey>
<d2p1:FieldOfStudy>sample string 10</d2p1:FieldOfStudy>
<d2p1:FromYear>11</d2p1:FromYear>
<d2p1:IsHighestDegreeAttained>true</d2p1:IsHighestDegreeAttained>
<d2p1:Notes>sample string 13</d2p1:Notes>
<d2p1:SchoolName>sample string 14</d2p1:SchoolName>
<d2p1:StateCode>sample string 15</d2p1:StateCode>
<d2p1:StateName>sample string 16</d2p1:StateName>
<d2p1:ToYear>17</d2p1:ToYear>
<d2p1:UpdatedOn>2026-09-22T19:12:28.4780375-04:00</d2p1:UpdatedOn>
</d2p1:Education>
<d2p1:Education>
<d2p1:ActivitiesSocieties>sample string 1</d2p1:ActivitiesSocieties>
<d2p1:Advisor>sample string 2</d2p1:Advisor>
<d2p1:City>sample string 3</d2p1:City>
<d2p1:CountryCode>sample string 4</d2p1:CountryCode>
<d2p1:CountryName>sample string 5</d2p1:CountryName>
<d2p1:Degree>sample string 6</d2p1:Degree>
<d2p1:DegreeYear>7</d2p1:DegreeYear>
<d2p1:Dissertation>sample string 8</d2p1:Dissertation>
<d2p1:EducationKey>ff9e0f65-d3c0-4914-8f55-ab0587f2bfbc</d2p1:EducationKey>
<d2p1:FieldOfStudy>sample string 10</d2p1:FieldOfStudy>
<d2p1:FromYear>11</d2p1:FromYear>
<d2p1:IsHighestDegreeAttained>true</d2p1:IsHighestDegreeAttained>
<d2p1:Notes>sample string 13</d2p1:Notes>
<d2p1:SchoolName>sample string 14</d2p1:SchoolName>
<d2p1:StateCode>sample string 15</d2p1:StateCode>
<d2p1:StateName>sample string 16</d2p1:StateName>
<d2p1:ToYear>17</d2p1:ToYear>
<d2p1:UpdatedOn>2026-09-22T19:12:28.4780375-04:00</d2p1:UpdatedOn>
</d2p1:Education>
</d2p1:EducationEntries>
<d2p1:EmailAddress>sample string 8</d2p1:EmailAddress>
<d2p1:FirstName>sample string 5</d2p1:FirstName>
<d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
<d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
<d2p1:InformalName>sample string 18</d2p1:InformalName>
<d2p1:IsBlogger>true</d2p1:IsBlogger>
<d2p1:IsCompany>true</d2p1:IsCompany>
<d2p1:IsMember>true</d2p1:IsMember>
<d2p1:LargePictureUrl>sample string 3</d2p1:LargePictureUrl>
<d2p1:LastName>sample string 6</d2p1:LastName>
<d2p1:LegacyContactKey>sample string 17</d2p1:LegacyContactKey>
<d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
<d2p1:LinkToVolunteerProfile>sample string 41</d2p1:LinkToVolunteerProfile>
<d2p1:MaidenName>sample string 31</d2p1:MaidenName>
<d2p1:MemberAwardKey>cb1c2a99-ae29-492e-ad6a-6bd4d45df004</d2p1:MemberAwardKey>
<d2p1:MemberId>sample string 30</d2p1:MemberId>
<d2p1:MiddleName>sample string 33</d2p1:MiddleName>
<d2p1:Phone1>sample string 19</d2p1:Phone1>
<d2p1:Phone1Type>sample string 20</d2p1:Phone1Type>
<d2p1:Phone2>sample string 21</d2p1:Phone2>
<d2p1:Phone2Type>sample string 22</d2p1:Phone2Type>
<d2p1:Phone3>sample string 23</d2p1:Phone3>
<d2p1:Phone3Type>sample string 24</d2p1:Phone3Type>
<d2p1:Phone4>sample string 25</d2p1:Phone4>
<d2p1:Phone4Type>sample string 26</d2p1:Phone4Type>
<d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
<d2p1:PrefixCode>sample string 10</d2p1:PrefixCode>
<d2p1:PrimarySecurityGroupKey>74ba533e-d7a4-40c2-884f-9e268c252684</d2p1:PrimarySecurityGroupKey>
<d2p1:Profile>
<d2p1:Certifications>sample string 1</d2p1:Certifications>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Expertise>sample string 3</d2p1:Expertise>
<d2p1:ForwardComments>true</d2p1:ForwardComments>
<d2p1:ForwardCommunityInvitations>true</d2p1:ForwardCommunityInvitations>
<d2p1:ForwardContactRequests>true</d2p1:ForwardContactRequests>
<d2p1:ForwardMessages>true</d2p1:ForwardMessages>
<d2p1:Groups>sample string 8</d2p1:Groups>
<d2p1:ImageHeight>9</d2p1:ImageHeight>
<d2p1:ImageWidth>10</d2p1:ImageWidth>
<d2p1:Interests>sample string 11</d2p1:Interests>
<d2p1:IsSpeaker>true</d2p1:IsSpeaker>
<d2p1:NotificationEmailAddress>sample string 13</d2p1:NotificationEmailAddress>
</d2p1:Profile>
<d2p1:SecurityGroups xmlns:d3p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.SecurityGroup">
<d3p1:SecurityGroupConcise>
<d3p1:ProvidesMemberBenefits>true</d3p1:ProvidesMemberBenefits>
<d3p1:SecurityGroupKey>4579a11d-cfb8-4d33-900e-4e59893cd5d5</d3p1:SecurityGroupKey>
<d3p1:SecurityGroupName>sample string 2</d3p1:SecurityGroupName>
</d3p1:SecurityGroupConcise>
<d3p1:SecurityGroupConcise>
<d3p1:ProvidesMemberBenefits>true</d3p1:ProvidesMemberBenefits>
<d3p1:SecurityGroupKey>4579a11d-cfb8-4d33-900e-4e59893cd5d5</d3p1:SecurityGroupKey>
<d3p1:SecurityGroupName>sample string 2</d3p1:SecurityGroupName>
</d3p1:SecurityGroupConcise>
</d2p1:SecurityGroups>
<d2p1:SuffixCode>sample string 15</d2p1:SuffixCode>
<d2p1:UnreadMessageCount>40</d2p1:UnreadMessageCount>
<d2p1:UpdatedByContactKey>35bda9a4-0e88-450d-96b5-b71149bbf13f</d2p1:UpdatedByContactKey>
<d2p1:UpdatedOn>2026-09-22T19:12:28.4780375-04:00</d2p1:UpdatedOn>
<d2p1:WebsiteUrl>sample string 27</d2p1:WebsiteUrl>
<d2p1:WorkHistory>
<d2p1:WorkExperience>
<d2p1:Country>sample string 1</d2p1:Country>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:FromDate>2026-09-22T19:12:28.4780375-04:00</d2p1:FromDate>
<d2p1:IsPresent>true</d2p1:IsPresent>
<d2p1:IsPrimary>true</d2p1:IsPrimary>
<d2p1:JobExperienceKey>72b4b09c-a749-4bf6-bd08-ba86ea360992</d2p1:JobExperienceKey>
<d2p1:OrganizationName>sample string 7</d2p1:OrganizationName>
<d2p1:OrganizationSize>8</d2p1:OrganizationSize>
<d2p1:OrganizationUrl>sample string 9</d2p1:OrganizationUrl>
<d2p1:Place>sample string 10</d2p1:Place>
<d2p1:State>sample string 11</d2p1:State>
<d2p1:Title>sample string 12</d2p1:Title>
<d2p1:ToDate>2026-09-22T19:12:28.4780375-04:00</d2p1:ToDate>
<d2p1:UpdatedOn>2026-09-22T19:12:28.4780375-04:00</d2p1:UpdatedOn>
</d2p1:WorkExperience>
<d2p1:WorkExperience>
<d2p1:Country>sample string 1</d2p1:Country>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:FromDate>2026-09-22T19:12:28.4780375-04:00</d2p1:FromDate>
<d2p1:IsPresent>true</d2p1:IsPresent>
<d2p1:IsPrimary>true</d2p1:IsPrimary>
<d2p1:JobExperienceKey>72b4b09c-a749-4bf6-bd08-ba86ea360992</d2p1:JobExperienceKey>
<d2p1:OrganizationName>sample string 7</d2p1:OrganizationName>
<d2p1:OrganizationSize>8</d2p1:OrganizationSize>
<d2p1:OrganizationUrl>sample string 9</d2p1:OrganizationUrl>
<d2p1:Place>sample string 10</d2p1:Place>
<d2p1:State>sample string 11</d2p1:State>
<d2p1:Title>sample string 12</d2p1:Title>
<d2p1:ToDate>2026-09-22T19:12:28.4780375-04:00</d2p1:ToDate>
<d2p1:UpdatedOn>2026-09-22T19:12:28.4780375-04:00</d2p1:UpdatedOn>
</d2p1:WorkExperience>
</d2p1:WorkHistory>
</VolunteerContact>
<VolunteerOpportunityVolunteerKey>e717ee3b-a48e-4f90-b7a5-f1e55ad7b8bf</VolunteerOpportunityVolunteerKey>
<VolunteerRole>
<IntegrationCode>sample string 3</IntegrationCode>
<IsActive>true</IsActive>
<Name>sample string 2</Name>
<PointsMultiplier>4</PointsMultiplier>
<VolunteerRoleKey>f67393c6-e80c-4d10-b6e0-dd4076e39b8a</VolunteerRoleKey>
</VolunteerRole>
</VolunteerOpportunityVolunteer>