InternalServerError for List registrants - /me/onlineMeetings/{id}/registration/registrants #20114

Jay 5 Reputation points
2023-02-02T06:51:05.3233333+00:00

Trying to run the following query:

GET /me/onlineMeetings/{id}/registration/registrants

https://graph.microsoft.com/beta/me/onlineMeetings/{{id}}/registration/registrants

Getting the following error:

{
"error": {
"code": "InternalServerError",
"message": "Internal Server Error",
"innerError": {
"date": "2023-02-02T06:25:03",
"request-id": "55370e9c-471d-48ee-a89d-dc85cd6dd47e",
"client-request-id": "474b6ffa-ef91-a498-381b-8107644f4409"
}
}
}

Git Issue Link: https://github.com/microsoftgraph/microsoft-graph-docs/issues/20114

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

1 answer

Sort by: Most helpful
  1. 2023-02-06T12:41:18.7+00:00

    Hi Jay,

    This might be related to the permissions issue can you please check your token in https://jwt.ms/ , if it has the required permissions:

    User's image

    The query to get meetingRegistration:

    GET /me/onlineMeetings/{id}/registration
    

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

    0 comments No comments