GET api/v2.0/Contacts/GetContactKeyByPrimaryEmail?emailAddress={emailAddress}
Used to find an active Contact by a primary email address. Can only be accessed by an Admin user.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
emailAddress |
Email address to search for. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
If an Active Contact record is found with the specified email address, returns the associated ContactKey. Otherwise returns null.
globally unique identifierResponse Formats
application/json, text/json
Sample:
"373c7a5f-fe50-4ff7-a237-8c3498017886"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">373c7a5f-fe50-4ff7-a237-8c3498017886</guid>