ACCESS FILES IN ONE DRIVE
I am elaborating on the samples https://github.com/Azure-Samples/ms-identity-dotnetcore-maui/tree/main I added the scopes Files.Read, Files.ReadWrite, Files.ReadWrite.All with the goal to access my files. try { …
Can't find a chatbot I created with Power Virtual Agent to edit
I created a chatbot with powervirtual agent integrated in teams, we were using this chatbot for a while and is still active, but when I tried to edit it to create new questions and answers I couldn't find it in Developer Portal. I looked in Powerapps and…

Operation: Create; Exception: [Status Code: BadRequest; Reason: Notification URL 'https://publisher-eu.windows.net/api/ ...... Request headers must contain only ASCII characters
We have out app using Microsoft Graph running for a long time. We create a subscription to user events. $sub = new Graph\Subscription(); $sub->setChangeType("created,updated,deleted");…
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"
Sharepoint newly created document library can not respond graph api for long time.
I'm developing share point upload feature using graph api. But newly create document library path can't respond graph query for some hours. After passing some hours, I can get response using same query. Why it takes time to using graph query for newly…
webhook for the Teams Presence API
I'm trying to set up a webhook for the Teams Presence API. My webhook URL is publicly accessible and responds with a 200 status code and the validation token, but I'm still receiving a ValidationError: Subscription validation request failed. I'm using…
Copilot Studio Error After Removing a Member from a Team via Graph API (Conversational Update trigger)
I am developing an agent in Microsoft Copilot Studio. In Power Automate, when I use the "Add a member to a team" Teams connector, the user is successfully added to a team, and I receive an eventType in Copilot Studio. However, since Power…
An Outlook event not being returned by iCalUId
Using Microsoft Graph API, we have an event created by a user who invited a room. From our understanding, there is an event A in the users calendar and an event B in the room's calendar. Both of them are linked by the same iCalUId. We use this to query…
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,…
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…
Default user flow is picking up Pre-Created B2C users but Custom Policy is not
I have a B2C tenant, where I have both, custom Policies and Default User-flows. I have both, local and federated user login setup for both of them. Now I pre-create the federated users into the B2C, via MS GraphAPI, I give a payload which looks like…
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.
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…
get-mgauditlogsignin - generated variable returns no output
I am trying to get the last sign in for all members of a group. When I run the get-mgauditlogsignin command with a generated variable, I receive no output. If I run the same command but manually create the variable, I get the required output This…
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.…
Search Across Tenant
Hi, I need to develop functionality to search across the entire tenant, i.e. Mails, Teams messages, Sharepoint, OneDrive, Sites etc. I want to use one API and one endpoint, to do this. I have come across this API:…
Using sendMail in Graph API with application permissions.
I'm trying to update a PHP application which sends emails from a Microsoft tenant with the Graph API. The problem I have is all of the documentation is for delegated permissions and so the sendMail line is: $response =…

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…

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…
