I am trying to access the API https://graph.microsoft.com/v1.0/me/onlineMeetings, but unable to due to permissions

Harmeet Singh 0 Reputation points Microsoft Employee
2024-05-10T10:02:20.7733333+00:00

I am trying to access the following API, but i am unable to use this due to permission issues,
It mentions that it needs onlineMeetings.Read permission, but i am not able to provide consent on that, even though it does not need admin consent. Is this an issue with Graph Explorer, or do i need to follow some process to get permissions approved for my user account.

API:https://graph.microsoft.com/v1.0/me/onlineMeetings

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

1 answer

Sort by: Most helpful
  1. Hitesh Pachipulusu - MSFT 315 Reputation points Microsoft Vendor
    2024-05-10T18:52:54.1+00:00

    Hello Harmeet Singh,If you’re using Graph Explorer, make sure you have signed in with the correct account type and have the necessary permissions granted to your user account.

    Ensure that you’re using the correct permission type. For delegated permissions, OnlineMeetings.Read should be consented in Modify Permissions Tab to use onlinemeetings Graph API.

    Please check below screenshots:

    onlinemeetingqa_2

    onlinemeetingqa_1

    If you need to get response after consenting required permissions, then you need to pass 'meetingid' in Graph API call.

    GET https://graph.microsoft.com/v1.0/me/onlineMeetings/{meetingid}

    Please refer to documentation. https://learn.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http

    Hope this helps. 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