i'm trying to figure out how to format the filter query to filter the contacts based on the email address. i've tried several variations but i can't figure it out. if i do displayName eq 'First Last' that works fine. i just don't know how to format it when the data looks like:
"emailAddresses": [
{
"name": "some@one.com",
"address": "some@one.com"
}
any help would be greatly appreciated.
map