Unable to filter messages by recipient in Microsoft Graph Api. One or more invalid nodes

Another way to make the request might be to not use filter and use search instead, depending on exactly what you want (and you may have already tried this):

https://graph.microsoft.com/beta/me/messages?$search="to:[Email Address]"

Leave a Comment