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

NameDescriptionTypeAdditional 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 identifier

Response Formats

application/json, text/json

Sample:
"882e4b65-efae-4290-afa8-15115ef6e8ea"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">882e4b65-efae-4290-afa8-15115ef6e8ea</guid>