FindMemberByEmail
The FindMemberByEmail API provides a user’s member ID.
Parameters
- siteID– Numeric identifier of the Site in the Frankly Media database
- Email– Email address of the user in the Frankly Media database
- partnerName – Unique identifier of the 3rd party calling the API. Provided by Frankly Media
- token – An encrypted string constructed using the passed-in parameters and the partner-specific “shared secret” provided by the Frankly Media. Unless requested differently by the partner, the MD5 hashing algorithm is used to produce the token. For the purpose of this call the following formula should be used: md5(siteID + email + sharedSecret). For the generic example refer to this article.
How to call
URL Format: https://api.enticent.com/Subscriptions.svc/FindMemberByEmail/{siteID}/{email}/{partnerName}/{token}. Example: https://api.enticent.com/Subscriptions.svc/FindMemberByEmail/567/[email protected]/TritonTest/F1-77-A3-5F-90-71-D5-D2-3B-54-E4-77-26-D7-91-17
Return Value
The following XML structure is returned in the success scenario:
<MemberIDDO xmlns=”http://schemas.datacontract.org/2004/07/ListenerAPI.DataObjects” xmlns:i=”http://www.w3.org/2001/XMLSchema-instance”>
<memberID>34491729</memberID>
</MemberIDDO>