Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,043 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
If i query Graph Api with ID of contact that doesn't exist in my Outlook contacts I am getting Error 404:
{
"error": {
"code": "ErrorNonExistentMailbox",
"message": "No mailbox with such guid."
}
}
But if I use ID of the contact that exists in my organization (one of my colleagues Outlook contact's ID) I am getting 503 - Service Unavailable Error :
That behavior is inconsistent and could cause errors when trying to sync contacts using Graph Api.