I am trying to make a HTTP request from a client(n8n) to microsoft Graph, the url is: https://graph.microsoft.com/v1.0/me/contacts and when i execute this one, the output return me this:
"ResourceNotFound","message": "Resource could not be discovered"
404 Not Found
But if i execute the url without /contacts/ works fine. So, I ve read online, that maybe is something related to Microsoft 365. Do you have more info about this error??