Tells whether an online profile exists with specific email address, if yes, it will return related contact details
Request Parameters
From Query
|
Type |
Description |
emailAddress |
String |
|
Response - (Status 200 - OK)
HasOnlineProfile
Name |
Type |
Description |
Id |
Int32 |
Id of the profile
|
DOB |
DateTime |
|
IsLinked |
Boolean |
Whether the online profile is linked with a contact
|
LastName |
String |
|
MemberNumber |
String |
|
MemberStatus |
String |
|
{
"Id": 1,
"IsLinked": true,
"LastName": "sample string 3",
"DOB": "2025-04-25T14:26:25.6318396+01:00",
"MemberNumber": "sample string 4",
"MemberStatus": "sample string 5"
}
Remarks
If online profile does not exist, then a null object will be sent back