ErrorQuotaExceeded Error Microsoft Graph
When syncing mailboxes the following error comes up: ErrorQuotaExceeded: Cannot save changes made to an item to store The folder does not contain an extraordinary amount of emails, maybe 20 in total, but I cannot seem to resolve the error. I have…
Can't create Teams meeting for other users on MSGraph
So I've been trying to create an online meeting using the /users/{id}/onlineMeetings endpoint on MSGraph (https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=python#http-request). Using the…
KQL query for fetching vm resources in a maintenance configurations
For configuring Azure update manager, I have created maintenance configuration for patching schedules where to evaluate vm resources for each configuration i was using tags to filter VMs on a scope of subscriptions i have (around 50) using Dynamic scope…
can't access the contents of the recycle box from msGraph
Hello there, I'm trying to use msGraph to get the content of a recycle bin I'm using a request like this using app permissions GET /storage/fileStorage/containers/{containerId}/recycleBin/items On the {containerId} I put my driveId I tried directly with…
Application requires admin consent, it keeps getting approved but nothing
Hello, One of our enterprise clients on Microsoft is trying to do the OAuth flow for our application ID but is facing an approval wall. The user is prompted with the window 'Approval required'. They fill in the 'Enter justification for requesting this…
trying to get recycle bin with msGraph results in error 400
Hello there, I'm trying to use msGraph to get the content of a recycle bin I'm using a request like this using app permitions GET /storage/fileStorage/containers/{containerId}/recycleBin/items On the {containerId} I put my driveId I tried directly with a…
Managing "Mail-Enabled Security Groups" with MS Graph API
Is it possible to add/delete members of "Mail-Enabled Security Groups " with Graph API? Looks like the API is limited to "security" or "M365" groups. …

How to pull members from Outlook Personal Contact Group
I would like to pull members from an Private Outlook Contact group. I can not find the graph API to do this. Above is the screenshot if the contact list. How can i do this? Any assistance will be appreciated
ACL Failure on Graph API Request to Update Message in Channel
Hi! I've been successfully making GraphAPI requests to update messages in channels using a specific user's delegated permissions for ~10 months. Two weeks ago, this user was briefly deactivated due to inactivity. Once reactivated, I re-created my access…
Unable to Retrieve SharePoint List Item Attachments in .NET Core using Graph API
In SharePoint Online, when retrieving list items using Graph Explorer, the Attachments property only returns a boolean value (true or false), indicating whether an item has attachments. However, it does not provide direct links to attached files such as…
Teams Channel-level subscription not sending notifications, but is sending lifecyclenotifications
Hi, A project i'm working on requires receiving updates whenever a reply is added to a post in a MS Teams Channel. I have subscribed to the channel level notifications using the POST https://graph.microsoft.com/v1.0/subscriptions with the following…
Permissions Needed to Access User Data Based on UPN
An app registration has been created with the permissions: User.Read and User.Read.All. This has been confirmed with a screen capture from the admin. A token has been successfully obtained and passed when accessing…

Forbidden on teams meeting request with graph api
"error": { "code": "Forbidden", "message": "", "innerError": { "request-id": "794cc8f3-6ad6-453c-8e07-9695b47d1f7b", …
Find people by name within domain in outlook API
Hi, I wanted to have an API using which I can access the members in outlook.
Will the change introduced by Microsoft in MC985483 (New default passcode in CreateMeeting API) also affect Calendar Events when IsOnlineMeeting = true?
Microsoft recently announced that they are making the isPasscodeRequired property in CreateOnlineMeeting API default true, which makes it necessary to have the passcode to join the online meeting. Will this change also affect online meetings created…
How to fixTypeLoadException: Could not load type 'Microsoft.Graph.IAuthenticationProviderOption' from assembly 'Microsoft.Graph.Core, Version=3.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
I am using Microsoft Graph 5.69 <PackageReference Include="Microsoft.Graph" Version="5.69.0" /> Each time, I register the Microsoft Graph service in program.cs …
How to Filter for Only Sent Messages in Microsoft Teams Using Microsoft Graph API?
I am utilizing the Microsoft Graph API to monitor chat messages in Microsoft Teams, using the endpoint "/users/{user_id}/chats/getAllMessages". This subscription model is currently set up to notify me of all messages, both sent and received,…
How to fetch folder content under a list?
We are using the sharepoint API but its not working and having issues with pagination. We did the analysis and found that with sharepoint skip does not works and we need to use the graph API but we were unable to find the corresponding API. Please help…
Getting 500 Internal Server Error using the Graph API for TownHalls
Hi, i am trying to invite people to a existing townhall event using the graph api. Permission is set properly, i can successfully modify some parameters of the townhall (date, description, etc). But i can not successfully change the…
AADSTS90102: 'redirect_uri' value must be a valid absolute URI? How to fix this one?
Hi Microsoft Community, Hope is well to you all! I just encountered an error when authenticating my Microsoft. It says that "AADSTS90102: 'redirect_uri' value must be a valid absolute URI". I'm just checking my configuration of the Redirection…