An API that connects multiple Microsoft services, enabling data access and automation across platforms
14,078 questions with Microsoft Security | Microsoft Graph tags
Duplicate Email Delivery with Single Graph API sendMail Request
We are experiencing an issue where duplicate emails are being delivered when using the Microsoft Graph API sendMail endpoint, even though the API is invoked only once from our application. Observed Behavior: Our Node.js application triggers a scheduled…
Microsoft Security | Microsoft Graph
Duplicate Email Delivery with Single Graph API sendMail Request
We are experiencing an issue where duplicate emails are being delivered when using the Microsoft Graph API sendMail endpoint, even though the API is invoked only once from our application. Observed Behavior: Our Node.js application triggers a scheduled…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Duplicate Email Delivery with Single Graph API sendMail Request
We are experiencing an issue where duplicate emails are being delivered when using the Microsoft Graph API sendMail endpoint, even though the API is invoked only once from our application. Observed Behavior: Our Node.js application triggers a scheduled…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Graph API Drive Items creating a folder under the root
I'm using a lot of functions from msgraph. Now I stuck on creating a folder under the root. This will give an invalid request. Already searched a lot sites, used copilot to get answer. But with no results. addedDriveItem = await graphClient …
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Possible unauthorised payments.
On 27 April 2026 I noticed two payments of £100 each had been made to MicrosoftStore from my HSBC account. I knew nothing about these payments. HSBC didn't either and they asked for more details. I've searched for answers on Microsoft's website but…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Issue: Deployment Failed When Creating an Automation Account on Azure (400 Bad Request)
Hi, When attempting to create an automation account on Azure, either via Terraform (API) or through the Azure dashboard, I got the following error message: Your deployment failed unexpected status 400 (400 Bad Request) with response:…
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Graph to create docx file
I need to create a docx file, populate the content and sent it do OneDrive. Is it possible to create a docx file and set its content using Microsoft Graph api ou any other?
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Import an Exchange Contact item Graph API created an item but it is not visible in the UI
I have exported items from EWS using beta MSGraph API and the following endpoint and saved "data" attribure (which is based 64 encoded prior to documentation): /beta/admin/exchange/mailboxes/{mailbox_id}/exportItems In the body I have passed…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to update State/Province on Microsoft Entra?
GraphApi/organization -> from where does this graph api fetch the state information on organization level? How can I update the state field on organization level? I cannot find this field in the Microsoft Entra Id. I understand country/region cannot…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Azure Service principal
Hi All, I have been given a few service principals and was informed that they are using password credentials (client secrets). To review them, I logged in to Microsoft Graph Explorer and ran the following request: GET…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
returning / filtering Group owners by accountEnabled
I've using using the list owners API to get owners of Groups. In the past, I was adding $filter=accountEnabled eq true to get only active owners. Now suddenly that no longer works - I'm being told filtering on that property is not supported. So I…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
failing to fetch email MIME content for itemId using Graph
Hi Team, We migrated from EWS to Graph to fetch email content, but for one of our user the MS Graph is throwing 400 Bad Request with error as …
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Graph Create Teams error with custom Template French-ca Tenant
I guess the graph POST /teams fonctionnality only has been tested with en-us tenants as a french tenant Graph API will come back with an error saying : Failed to execute Templates backend request CreateTeamFromTemplateRequest. A template with id '[id]'…
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
The code you entered has expired. Get a new code from the device you're trying to sign in to and try again.
Hi, while following the steps on this Microsoft Training "https://learn.microsoft.com/en-us/training/modules/manage-azure-active-directory-identities/5-manage-azure-active-directory-objects-powershell" I ran the Connect-MgGraph cmdlet in Azure,…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Differentiate between failed and interrupted sign-in logs with Get-MgAuditLogSignIn
Hi All, I am using the Microsoft.Graph PowerShell Module to fetch Entra sign-in logs with the cmdlet Get-MgAuditLogSignIn. The object returned by that cmdlet has a property 'Status' of the type MicrosoftGraphSignInStatus, with the properties…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
403 Forbidden on Graph Virtual Events API despite Teams Premium licence and correct scopes
I'm getting a 403 Forbidden error when calling the Microsoft Graph Virtual Events API (GET /solutions/virtualEvents/webinars) using delegated permissions. …
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Graph Audit Log Query Issue in Beta (Stuck in ‘notStarted/running’) and v1.0 Endpoint Returning ‘Resource Not Found’
I created an audit log query using the Microsoft Graph API (beta). However, when I repeatedly check the query status, it remains in ‘notStarted’ or ‘running’ state and does not transition to ‘succeeded’, ‘failed’, ‘cancelled’, or ‘unknownFutureValue’,…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
I am using graph api.. but getting error in response with any information
"response": { "error": { "code": "UnknownError", "message": "", "innerError": { "date": "2026-04-27T17:57:25", …
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Microsoft Bookings - Remove Bookable Status
We have a client that users Bookings and he wants to remain an administrator and see appointments being scheduled but doesn't want his name appearing as an option when his clients are booking appointments. We have set all his availability to never so…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to create a reply draft with edit mode on in the current thread?
I want the draft reply to open in edit mode within the conversation thread, similar to the manual process. Basically I would like to AI generate the draft body in edit mode so that a human reviewing the response should see the original email aswell…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms