Content
Error: Exchange workload is not enabled for rich notifications
Trying to create MS Graph notification subscription with the following settings: final var subscriptionRequest = new Subscription(); subscriptionRequest.changeType = ChangeType.CREATED.toString(); subscriptionRequest.notificationUrl = notificationHost…


Corrupted OS software
Quite a complex quiz for users community. Something wrong has occurred, a disaster, to my laptop Asus X751 - for no visual reason, all the files/documents in the Documents folder, as well as in the Downloads folder, have completely disappeared, vanished…


Graph API Notification URL Validation time out
Hello, I am trying to set up a Subscription for chats/getAllMessages and I am encountering some very weird behavior. Upon logging in to my App and starting the subscription process, the Application hangs for 10 seconds followed by Graph API's…
Microsoft Graph: Presence API with Application Permission not working
I have a Presence monitoring application that was recently using Slack, however, we migrated to Teams, and I am working on the integration to Microsoft Teams. I am then trying to update the Presence of each user with change notifications however before I…


Subscribe to graph api using logic app
https://learn.microsoft.com/en-us/graph/api/subscription-post-subscriptions?view=graph-rest-1.0&tabs=http#request i have subscribed to Graph API to track Azure AD user information , from my logic app. Now whenever there is any user change, i see…
Microsoft Graph Create Subscription When A New User Created
Hello, First, I subscribed to receive notifications when users are updated, and I received notifications when I updated any user. However, my problem is that when I change the ChangeType to "created," I expected to receive notifications when a…


Is there any way to create user presence notification with Presence.Read permission?
Hi I research Microsoft Graph API Notifications. I need to use user presence status change notification. I found some documentation https://learn.microsoft.com/en-us/graph/api/subscription-post-subscriptions?view=graph-rest-1.0&tabs=http. I see…


Is it possible to receive notification on presence status change of my personal Microsoft Teams account
Hi, I want to be notified when the presence status of my personal Microsoft Teams account changes. I found similar functionality in Microsoft Graph API (https://learn.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-1.0&tabs=http) but it…


Using Graph API, How to get notification when user received a new mail?
Hi, My question is how to get notification when new mail is received using a Graph API. I'm using c# in console app. I went through documentation. but didn't get it much. exactly what I need to do? Could anyone help me with steps or any sample…
User profile photo synchronization
Hi, I am trying to synchronize users profile pictures to some external systems. Currently I know I can use https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http to get a list of users and then go to…


Send activity notification does not throw any errors, but no Teams notification is received
I currently have a production app that is fully integrated with MS Graph's sending of activity feed notifications with Teams. In our production environment, we have received incidents where users are not receiving notifications; however, our service logs…


I have to trigger custom api upon a file name update in SharePoint. Is there any way to achieve this.
I have to trigger custom api upon a file name update in SharePoint. Is there any way to achieve this.


Graph API list instances doesn't return all the events listed in Outlook calendar
I have a specific scenario for the recurring meetings. I have created recurring meetings for 5 days in outlook for the upcoming week (~ 5 occurrences). I updated one of the individual meeting time and when I query using this URL - /users/{id |…


Graph API: unable to create subscription for events.
I am trying to create subscription with endpoint The postman returned 403 Forbidden, I checked the application, I have the calendars.read, calendars.readwrite permission. For the "resource", I tried multiple, including "me/events",…
Notifications on Teams Tab not working
Hi, I'm developing a Teams App based on a Tab (no team, no bot, just a Tab). I'm trying to send notifications to the app but I get the following error: "message": "The app installation id, 'XXX', provided in the topic is not a…


Graph Api Subscription List Empty
When I try to get the subscription list via the link https://graph.microsoft.com/v1.0/subscriptions/ I always get an empty response. But if you make the request using the id of a subscription, the response comes as expected. I can't understand why the…


Notification API does not return all details with resource data
Hi, We are trying out change notification apis for teams resource with resource data included. After decryption of the resource data the result looks like this: { "@odata.context":…


Mention users and place redirect button at the same card
I have the following MS teams card: which is described by JSON { "@type": "AdaptiveCard", "@context": "http://schema.org/extensions", "themeColor": "0076D7", "summary":…


When we invite Microsoft teams call any of the available member ICommunicationsClient SDK return falls within 18 seconds whereas in Teams UI we will get notification till 30 Seconds
Hi, Using Microsoft.Graph.Communications.Client SDK CommunicationsClientBuilder class, we are making the calls in Teams client. Using below snippet code, await this.Client.Calls()[callLegId].Participants .InviteAsync(target,…


Graph Webhook Notification for Events with filtering
I am trying to subscribe for notifications with filtering because I am only interested in receiving creates, changes or deletes of events for a specific user for today. I tried a lot of different approaches but I am failing to create a subscription…