GET api/people/findbyemail?emailAddress={emailAddress}
Returns a list of people that have the supplied email address.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
emailAddress |
The email address. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of people with the specified email address.
Collection of PersonDataContractName | Description | Type | Additional information |
---|---|---|---|
Gender | EnumDataContract |
None. |
|
Title | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
Note | string |
None. |
|
ContactName | string |
None. |
|
PrimaryTelephone | ContactItemDataContract |
None. |
|
PrimaryEmail | ContactItemDataContract |
None. |
|
GroupCount | integer |
None. |
|
GroupMemberships | Collection of GroupMembershipDataContract |
None. |
|
ContactItems | Collection of ContactItemDataContract |
None. |
|
Addresses | Collection of ContactAddressDataContract |
None. |
|
ArchivedAddresses | Collection of ContactAddressDataContract |
None. |
|
AdditionalInformation | AdditionalInformationDataContract |
None. |
|
MarketingPreferences | Collection of MarketingPreferenceDataContract |
None. |
|
GroupIds | Collection of integer |
None. |
|
HasBankAccounts | boolean |
None. |
|
CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
CreatedDate | date |
None. |
|
CreatedBy | CreatedByDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample: