Access Denied Error When Using App Authentication for Shared Mailbox
Hello, I’m developing an application that checks emails in a shared mailbox and moves them to different folders based on certain variables. So far, I’ve managed to do this using delegated access, logging in through a browser with my account. However,…

How to resolve this error for outlook integration using microsoft graph api
Fatal error: Uncaught TypeError: Microsoft\Kiota\Abstractions\Authentication\BaseBearerTokenAuthenticationProvider::__construct(): Argument #1 ($accessTokenProvider) must be of type Microsoft\Kiota\Abstractions\Authentication\AccessTokenProvider,…
AADSTS7000215: Invalid client secret is provided error only to some users in my application
I have a website hosted in azure app service which uses graph API to get the outlook events of the customer logged in. There are many customers who login and access the outlook events daily. My issue is that some of the customers are not able to access…

Microsoft graph - Update event request set isOnlineMeeting to false then true
On an event that has isOnlineMeeting set to true, a PATCH request with the bellow to update an existing event {"Subject":"Test Online Event 2025…
PIM Group Eligible membership reporting
Hi, We use different Entra groups which have the memberships managed via PIM. Several users are added as eligible members to those groups. I am trying to generate a report of all eligible members in all of those PIM Managed groups. I tried different…

How to retrieve share history for a DriveItem using Microsoft Graph API
How can the Microsoft Graph API be used to retrieve sharing activities for a file or drive? The endpoint /drives/{drive-id}/items/{item-id}/activities has been utilized to get a list of activities, but what is the date range for this endpoint? Although…

Filter on Guid for AppRoleAssignedTo.PrincipalId does not seem to work as expected
See: https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2306 Describe the bugUsing C# SDK nuget package Microsoft.Graph 5.40.0. Any time we try to create a filter like var userId = "<GUID VALUE>"; if(!Guid.TryParse(userId,…
Resource not found for the segment 'auditLog' while running the security auditlog query
Hello team, I've setup a M365 Dev subscription to test the audit log API for purview. When I run the https://graph.microsoft.com/v1.0/security/auditLog/queries using Postman, I get the following error. When I use the beta version, I get a valid…
Powershell Graph query not returning group members
Hello! I'm encountering problems making device status queries via the Powershell Graph module. We’re trying to retrieve a list of devices and their compliance status from an Intune/Azure group. This is a security group, and these devices are direct group…

How get the data if a viva engage community has setting restricted-posting as true using graph api
How get the data of a viva engage community if restricted-posting is true or false using graph api
Monitoring About Graph api throttling
As far as I know, there are restrictions on the use of graph API. Is there a way to monitor the api usage? I wonder if there is anything I can monitor on the entra or admin site
Create a background app in my tenant which can call graph api to subscribe to email of other tenants. What steps do I need to take to create the app, and what steps do my customers need to take to authorize my app to make graph API calls in their account.
Hi, I want to create an application that can subscribe to changes to outlook emails of my customers who have their own microsoft office 365 tenant/account. To do so I would have to create an application in my account that can make "create…
odata filtering of dates or percentcomplete not working for Planner API
GET https://graph.microsoft.com/v1.0/planner/plans/{plan-id}/tasks?$top=2 Authorization: Bearer {token} Expected: Only 2 tasks should be returned per page. Reality: All tasks are returned without proper pagination. Attempting Filtering GET …
Deleting Outlook Calendar Events with Graph API without notifying attendees
Is it possible to delete events using the Graph API in a manner that does not notify attendees? An automation is in place that creates a recurring event using the API, but there are instances when a specific day in that series should not be created. The…
Get Booking options Information Booking Duration (hours) &Booking window (days)
Hi, I want to get information about Booking Duration (hours) and Booking window (days) Rooms & equipment . I tried use List places and room resource type graph API, but the response doesn't include those. Also tried use 'mailboxSettings' , but it…
How get the data if a viva engage community has setting restricted-posting as true using graph api
I want to check a particular viva community is restricted from posting or not using GET graph api.
Set-MgUserLicense Error message
I have been trying to get Set-MgUserLicense to work for days now but every time I run this script I get this error message. Set-MgUserLicense : One or more parameters of the operation 'assignLicense' are missing from the request payload. The missing…
Get-MgDeviceManagementRoleDefinition AND Get-MgDeviceManagementRoleAssignment
The description of the MGGraph commands is really poor. I can't find enough examples to determine what the issue us. Get-MgDeviceManagementRoleDefinition Get-MgDeviceManagementRoleAssignment If I use RoleDefinition I get a list of GUIDs and the…


API not authenticating with Azure
unable to authenticate API when using Microsoft Graph component and granting access.
Integrating Outlook as a Knowledge Base for Copilot Studio
Exploring the possibility of using Outlook as a knowledge base for Copilot Studio. Specifically interested in integrating Outlook's email and calendar data into Copilot Studio. Could anyone provide insights on the following? Data Integration:…
