Content
How to avoid re-notification on the message update with mentions in teams using graph api?
By mentioning the tag in a channel we provide a notification to certain members of that tag, but after the message update with the same tag it sends a new notification for the same message. Since the update happens every 10 minutes it would be good to…
Manually create a conversation reference in teams bot
Hi, We have a Teams bot for our product which sends notifications to the customer users. The problem is when there's a need to send a message to a user who has never interacted with the bot- we don't have a conversation reference object. The…
MS Graph and Partner GDAP - access customer tenant via graph
I am trying to get some scripting ready for Granular Delegated Admin permissions that we are all forced to change to this year from DAP and really struggling to work out how to get this working to access customer tenants. I have created an app in our CSP…

Setting Attribute in "Single sign on" > "Attributes & Claim" Using Microsoft Graph PowerShell
Hello, I am trying to build an Automation Platform for registering Enterprise Application and assigning Custom attributes (Manipulating the existing user attributes including Extended attributes) for SAML claim token ("Enterprise Application"…
Completely decommission unused M365 Groups or Teams linked components
When we create Microsoft Teams or M365 Groups, there are some other objects created like Exchange Online shared mailbox, SharePoint site and Teams channel. How can I decommission or delete those related objects based on empty cloud-only group…

Unable to obtain free/busy time of calendar using Microsoft Graph API.
Error info: { "error": { "code": "MailboxNotEnabledForRESTAPI", "message": "The mailbox is either inactive, soft-deleted, or is hosted on-premise.", "innerError": { …

Could not create a Private Channel using Microsoft Graph API on a Targeted/First Release tenant
We are having issues creating a Teams Private Channel within Targeted Release M356 tenants when using Microsoft Graph API. When we want to create a Private Channel the channel is created but the SharePoint folder backing up the channel is not created.…
Limit application permissions to a tenant subset of rooms
Our platform offers an integration to synchronize outlook rooms meetings from a 365 tenant. We allow our customers to map rooms from their tenant with our platform's rooms through an entra application, which requires admin consent permissions such as…
Multiple pushnotifications received for single subscription while create a single event
We created a subscription for the outlook events create, update and delete. While we create a single event in a Outlook calendar, but we are receiveing multiple pushnotifications within milliseconds. Due to the multiple pushnotifications, duplicate…
Microsoft Work Account
Hi everybody. I have an work account that i want to setup through my webmails using office365 imap and smtp but i'm not able to connect to the account even if the credentials looks all correct . The error looks like: IMAP Error: Login failed for…
Unable to create a subscription using /subscriptions endpoint
Hi Team, I have gone through the below documentation and trying to create subscription, but getting an error, please find the screenshots…
Creating a Personal Plan in Microsoft Planner Graph API
The Microsoft Planner Graph API documentation describes how to create a "personal" plan (not linked to a group), which can only be achieved via Graph. However, the documentation does not mention how the container URL value should be defined.…
The mailbox is either inactive, soft-deleted, or is hosted on-premise.
When I'm trying to read my email using graph API explorer : https://graph.microsoft.com/v1.0/me/messages I'm getting proper response. When I'm trying to achieve same thing using await…
Why Microsoft Sentinel alerts doesn't appear in graph api
Hello, I was wondering why when I query graph api to get Microsoft sentinel alerts, I can't see security alerts. is there some configuration to do ?
Document with quick parts properties in sharepoint not working as expected with graph api
I have in my sharepoint site a library "Documents" with a .docx document with added quick parts fields coming from custom columns of my site. If I copy this original .docx using the sharepoint ui to any other folder and assign metadata to the…
I am trying to add an event to a particular group calendar, but the API is only returning Access Denied
I am trying to add an event to a particular group calendar, but the API is only returning Access Denied. I am very sure that I granted access to the required APIs (Group.ReadWrite.All) but no luck. Can you help?

Why get event using Microsoft Graph REST API v1.0 always return originalStart is null?
I am get event using Microsoft Graph REST API v1.0 always return originalStart is null How can I get the originalStart of event ?


Can't update Microsoft Teams chat message with hostedContents via Graph API
When I called the Send message API with inline images (hostedContents), it worked successfully. But with the same parameters when I called the Update message API, it returned a success response code (No Content - 204) but the inline images can't be…
Email Auto-Replies not going to Reply-To Address
I am using microsoft graph api to send message on behalf with reply to the real sender mail automatic reply emails going to the send as mail and not to reply-to mail how can i get also the automatic reply emails to the real sender who is also reply-to
Is there a way to create an email alias using Graph?
I need to create email aliases on one single shared mailbox regularly. I used to do that manually in the past but now I want to do this automated. Is there a way to create mail aliases on this shared mailbox using Microsoft Graph?