13,982 questions with Microsoft Security | Microsoft Graph tags
Microsoft Graph: Creating event with isOnlineMeeting=true via app-only token stopped creating Teams meetings
I’m experiencing an issue when creating Outlook calendar events with Microsoft Graph API where the Teams meeting is not created, even though isOnlineMeeting is set to true. What makes this confusing is that the same implementation was working…
Microsoft Security | Microsoft Graph
How to automate turning off or suspending some Azure services to save money?
What Azure objects can we suspend or turn off outside business hours to save running costs? App Service: The app service implements the message compose experience in the team tab and the messaging endpoint for the bot. Service Bus: The individual…
Azure Cost Management
Azure Automation
Azure Policy
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Graph
unauthorized_client: The client does not exist or is not enabled for consumers
Hello, when I was doing the following exercise: https://learn.microsoft.com/en-us/training/modules/msgraph-toolkit-intro/4-exercise-sign-into-app to Use Graph Toolkit with this index.html : <head> <meta charset="UTF-8"> <meta…
Microsoft Security | Microsoft Graph
How can I set up the MS Graph API to purge malicious invites from users' calendars?
How can I set up the MS Graph API to purge malicious invites from users' calendars?
Microsoft Security | Microsoft Graph
Adding Groups to Connections in Powerbi Gateways
We would like to add a group to out gateway connections. And we can read, that it is not feaseble through this api call: https://learn.microsoft.com/en-us/rest/api/power-bi/gateways/add-datasource-user We are able to add the groups manually through…
Microsoft Security | Microsoft Graph
Creating Graph subscriptions does not honor duplicated behavior
Hi team, As per document here, creating duplicated Graph subscriptions on the same resource should incur 409 conflict…
Microsoft Security | Microsoft Graph
Issue Updating Multi-Value Lookup Field in SharePoint List Item Using Microsoft Graph API
Hello Everyone! I'm encountering an issue when trying to update a multi-value lookup field in a SharePoint list item using the @microsoft/microsoft-graph-client library. My code successfully updates fields of type string and number, but I’m facing…
Microsoft Security | Microsoft Graph
Application Access Policy - Cannot Access Teams Meeting Attendance Reports
Application Access Policy Shows 'PolicyId: Not Yet Supported' - Cannot Access Teams Meeting Attendance Reports Problem Summary I'm unable to access Teams meeting attendance reports via the Microsoft Graph API. My application receives a "No…
Microsoft Security | Microsoft Graph
If someone here was actively compromising my accounts and they left a notebook in my account somehow and I keep logging into it what would happen to my fellow colleague who will not stop attacking my accounts?
[mod: PII redacted] used sim swapping and porting out my number on the carrier level yes confirmed. She did it for over 2 years while we were engaged well since Feb 10 2023. I just found out 5 months ago and she’s so embedded in my accounts through trust…
Microsoft Security | Microsoft Graph
"Access to the resource is forbidden." when getting data from Azure Resource Graph via PowerBI
I'm using the Azure Resource Graph (ARG) connector in PowerBI Desktop. The query "Resources | take 5" works fine in the Azure Portal's ARG Explorer, but in PowerBI, I get an 'Access to the resource is forbidden' error. My colleague (global…
Microsoft Security | Microsoft Graph
Intermittent connection failures with login.microsoftonline.com since Jan
we are getting intermittent connection failures (handshake error http -1) while connecting to access token URL - "login.microsoftonline.com" since last one month. Anything changed as far as accessing this graph API access token URL? tried…
Microsoft Security | Microsoft Graph
how to enable the copy and paste feature for the folders created in one drive using graph rest api
i am creating a environment (web application, backend server and outlook addin) using the technologies like react and nodejs. i am using the graph rest api to access the features of emails, one drive and todo lists. Now i am creating one drive folders in…
Microsoft Security | Microsoft Graph
Has Microsoft recently enforced a maximum $top limit of 30 for the Places API endpoint /places/{roomList}/microsoft.graph.roomList/rooms?
Beginning the week of Feb 2–February 5, 2026, calls to the Microsoft Graph Places API endpoint /places/{roomList}/microsoft.graph.roomList/rooms started returning HTTP 400 with the message: ‘The limit of 30 for top query has been exceeded. The value from…
Microsoft Security | Microsoft Graph
Setting profile picture sometimes results in picture rotating 90 degrees
Problem: When setting a user profile picture using Microsoft.Graph PowerShell module, the resulting profile picture will be sometimes rotated 90 degrees. Actions taken: Download picture from SharePoint Online library Compress picture conform…
Microsoft Security | Microsoft Graph
Is Microsoft Graph Security going away and being replaced with Microsoft Graph Security API V2
We currently are using Sophos for our mdr. We have a Microsoft Graph Security integration to our 365 tenent (i think that is correct). Microsoft states: Organizations currently using the legacy Alerts API must migrate to the v2 API to ensure continued…
Microsoft Security | Microsoft Graph
Is Microsoft Graph Security going away and being replaced with Microsoft Graph Security API V2
We currently are using Sophos for our mdr. We have a Microsoft Graph Security integration to our 365 tenent (i think that is correct). Microsoft states: Organizations currently using the legacy Alerts API must migrate to the v2 API to ensure continued…
Microsoft Security | Microsoft Graph
Microsoft Graph all-day events return incorrect UTC start/end – organizer timezone not available
We are using Microsoft Graph API to fetch Outlook calendar events. calendarEvent = (await graphServiceClient.Users[eventResquest.UserId].Events.GetAsync((requestConfiguration) => { requestConfiguration.Headers.Add("Prefer",…
Microsoft Security | Microsoft Graph
Automate to send bulk Calendar invites through Outlook
Hi There, Here's the deal. For work I need to send out multiple calendar invites at a time (sometimes 30 different meetings in a week). The invitations contain mostly the same information (subject line, location, body of the email), but sometimes they…
Microsoft 365 and Office | Development | Other
Outlook | Windows | Classic Outlook for Windows | For business
Microsoft Security | Microsoft Graph
Windows Update Catalog - Missing Revisions for KB number
When utilizing the /beta/admin/windows/updates/products/FindByKbNumber(kbNumber=5073723)?$expand=revisions , it successfully returns the product, but does not return back the revisions. { "id": "1003", …
Microsoft Security | Microsoft Graph
Status Code: 403 Microsoft.Graph.Communications.Core.Exceptions.ServiceException: Request authorization tenant mismatch.
My bot receives 403 "Request authorization tenant mismatch" when joining Teams meeting despite bot and meeting being in the same tenant. All components (app registration, Azure Bot, meeting organizer) are confirmed to be in the same…