500 error response from endpoint

Iliyas Boumour 20 Reputation points
2024-04-30T18:42:18.3666667+00:00

Hello

Since29th april 2024 I'm getting a 500 response from theses endpoints:

https://graph.microsoft.com/v1.0/me/calendarGroups?$top=999

/users/{userId}/calendar/getSchedule

I don't know the origin of these errors, since when i retry the request it works perfectly.

Thank you.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,799 questions
0 comments No comments
{count} votes

Accepted answer
  1. CarlZhao-MSFT 37,706 Reputation points
    2024-05-01T09:15:35.66+00:00

    Hi @Iliyas Boumour

    The 500 error is a server-side error, which may be caused by a variety of reasons, such as internal server errors, incorrect API request format, or issues with the requested resources. If the error is sporadic and the request succeeds after retrying, there may be a temporary problem with the server or a transient network problem.

    There is no universal solution to this error, if your request format and access token are correct, then checking your server and retrying would be the first thing you should do.

    Hope this helps.

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

    0 comments No comments

0 additional answers

Sort by: Most helpful