Share via

Internal Microsoft error when calling graph endpoints for specific client

Alex Ifrim 11 Reputation points
2022-12-08T16:19:31.837+00:00

Hello,

When calling https://graph.microsoft.com/v1.0/places/microsoft.graph.room (but also happens for other endpoints) using the token of a specific client, the response contains some internal microsoft errors that we can't debug, and are not documented.
Also, the error is not consistent, for the same request (sometimes it says one thing, sometimes the other)

Error 1:

{  
    "error": {  
        "code": "",  
        "message": "An error has occurred.",  
        "innerError": {  
            "message": "Value cannot be null.\r\nParameter name: source",  
            "date": "2022-12-08T12:49:16",  
            "request-id": "ad5415ce-c699-4cfa-b380-9755c90900e9",  
            "client-request-id": "ad5415ce-c699-4cfa-b380-9755c90900e9"  
        }  
    }  
}  

Error 2:

{"error":{"code":"UnknownError","message":"Error getting tenant shard from AD.","innerError":{"date":"2022-12-08T12:21:48","request-id":"5bcff959-b5bc-40ce-860a-7db2e8f198e7","client-request-id":"5bcff959-b5bc-40ce-860a-7db2e8f198e7"}}}  
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph

1 answer

Sort by: Most helpful
  1. Shivam Dhiman 6,086 Reputation points
    2022-12-08T20:53:26.757+00:00

    Hi @Alex Ifrim

    I would recommend you to raise a support case with Microsoft Graph, a Support Engineer will be able to assist you better. You can raise support ticket from
    http://aad.portal.azure.com/ or https://admin.microsoft.com/#/support/requests.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.