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…

Issues with Microsoft Graph API Team Creation Using firstChannelName Property
I'm experiencing inconsistent behavior when creating teams via the Microsoft Graph API, specifically when using the firstChannelName property to set the name of the initial channel. Occasionally, requests return 400 Bad Request or 502 Bad Gateway errors.…
Microsoft Graph Sites Api Not Scanning Files
Hello! If I upload a test malware file to Sharepoint with Microsoft Graph API PUT https://graph.microsoft.com/v1.0/sites/{siteId}/drives/{driveId}/root:/{file}:/content I can always download that file GET…
Help Needed: "List_chats" Action Failing with BadRequest Error in Power Automate Flow
Hi everyone, I'm encountering an issue with my Power Automate flow, and I could use some help. The flow is triggered manually and includes an action to list group chats in Microsoft Teams. However, the "List_chats" action is failing with the…
Is there a graph api to add a comment on a page?
I want to load data to my sharepoint site programmatically. I am able to create and publish page but not able to add comment on it.
MS Graph Search API Error: Value cannot be null. (Parameter 'searchHistoryManager')
First of all: Uploading / downloading files to our SharePoint Online site out of an Azure Synapse Analytics Python notebook with a generated OAuth2 token works flawlessly, so this is not a firewall / token generation issue or something alike. My…
Unable to get the values of OnPremises* attributes for the user in Entra ID via MS Graph PS module
Hello, MS decommissions old PS MSOnline and AzureAD modules and recommends to use Microsoft.Graph instead. I was unable to get the values of these attributes using something like: Get-MgUser -UserId "******@company.com" | Format-List * it…

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…
Graph api https://graph.microsoft.com/v1.0/subscriptions not accessible across managed identity & environment credentials
I am having an issue with the /create subscriptions using the https://graph.microsoft.com/v1.0/subscriptions endpoint. I have resources deployed under the same app registration. In one app service I am using a managed identity (of the app service) to…
Creating GraphServiceClient for a Client credentials provider, using a client secret not working
I'm migrating my project from using HTTP Direct calls to MSGraph endpoints to use MS Graph Java SDK 6.x When using standard, recommended code for creating MsGraphClient…
Issue: Unable to acquire access token via NAA flow in Outlook Addin
I have an Outlook addin, which uses the NAA flow as shown in this template: https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Outlook-Event-SSO-NAA I use it in 2 different Azure App Registrations, meaning I have a development…
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.

OneDrive uploads files prompt without permissions
DriveUpload DriveUpload com.microsoft.graph.core.ClientException: Error while executing the request …
402 payment required issue when trying to call Teams meeting transacript API
We have subscribed teams meeting transcript APIs and it seems fine but when i request to that api through my application the api is responding an error with this message: "402 payment required"
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,…

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 …
How do I access the Transcript associated with a peer to peer callRecord?
peer to peer callRecords are not related to an onlineMeeting so you cannot obtain the Transcript from there. So what is the correct way to do it? I am currently using webhooks on the callRecord resource to listen for meetings and then grab the recording.…
How to access schedule (free/busy status and times) of a Teams Channel Calendar tab using Graph API?
I am trying to read calendar schedule of a Teams channel calendar. I found instructions on accessing Outlook Calendar using Graph API which only provides API access to user calendars or calendar groups, but I am trying a team's channel calendar (which is…
Inconsistent but frequent 403 FORBIDDEN API responses from graph API when creating or renewing Teams channel message subscriptions
Starting at approximately 1PM PST on 1/27/25, my team started to observe a significant increase in 403 Forbidden responses from the MS Graph API when renewing subscriptions (using this endpoint) for MS Teams channels (chatMessage resource). No change…
API not authenticating with Azure
unable to authenticate API when using Microsoft Graph component and granting access.