Hi
We are using query parameter to match incoming email with external contact.
When using (all values are examples and do not exist):
GET 'https://api.mypurecloud.de/api/v2/externalcontacts/contacts?q=sunnyb@gmail.com'
This will return two external contacts
external contact 1:
personalEmail: sunnybeach@gmail.com
external contact 2:
personalEmail: sunnyb@gmail.com
This results that a wrong external contact is displayed in sidebar, because it just shows the first one from the api result, which is unfortunately the wrong external contact.
Is there a way to specify that I am query-ing on particular field (personalEmail) and prevent the use of wildcards?