Microsoft Q&A

Microsoft Graph Notifications API

147 questions

A Microsoft API that uses a webhook mechanism to deliver change notifications to clients.

147 questions with Microsoft Graph Notifications API tags

Sort by: Updated
1 answer

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…

Microsoft Graph Notifications API
asked 2023-05-25T21:29:21.3+00:00
Ayemi Musa 0 Reputation points
answered 2023-05-26T12:30:52.41+00:00
Ayemi Musa 0 Reputation points
1 answer

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…

Windows 8
Windows 8
A Microsoft operating system.
183 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
2,435 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,330 questions
Microsoft Graph Notifications API
asked 2022-11-04T16:15:49.413+00:00
Nemo 1 Reputation point
edited an answer 2023-05-24T00:42:06.4466667+00:00
S.Sengupta 7,496 Reputation points MVP
1 answer

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 Notifications API
asked 2023-05-08T17:50:14.37+00:00
Simeon L 0 Reputation points
edited an answer 2023-05-15T21:05:10.7566667+00:00
msft-an 260 Reputation points
3 answers

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…

Microsoft Graph Cloud Communications API
Microsoft Graph Cloud Communications API
A Microsoft API that adds a new dimension to how your apps and services interact with users through various communications-related features, such as calling and online meetings.
130 questions
Microsoft Graph Teamwork API
Microsoft Graph Notifications API
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,077 questions
asked 2021-06-17T06:46:29.607+00:00
Kurt Debono 6 Reputation points
answered 2023-04-18T07:49:20.58+00:00
Valerio Cietto 0 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,114 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
1,338 questions
Microsoft Graph Notifications API
asked 2023-03-31T12:29:26.4966667+00:00
MS Techie 2,501 Reputation points
accepted 2023-04-10T17:33:58.8566667+00:00
MS Techie 2,501 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
561 questions
Microsoft Graph Notifications API
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
1,338 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
7,073 questions
Microsoft Graph Users API
Microsoft Graph Users API
A Microsoft API that allows you to build compelling app experiences based on users, their relationships with other users and groups, and the resources they access for example their mails, calendars, files, administrative roles, group memberships.
726 questions
asked 2023-03-24T09:08:34.6733333+00:00
Baha Bayar 40 Reputation points
edited the question 2023-04-07T07:24:55.6566667+00:00
Yanli Jiang - MSFT 10,846 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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…

Microsoft Graph Notifications API
asked 2023-04-03T06:42:26.6666667+00:00
George Voloshin 40 Reputation points
accepted 2023-04-03T10:57:55.0266667+00:00
George Voloshin 40 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Microsoft Graph Notifications API
asked 2023-03-22T04:48:11.3966667+00:00
George Voloshin 40 Reputation points
accepted 2023-03-23T05:34:13.43+00:00
George Voloshin 40 Reputation points
1 answer

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…

Microsoft Graph Mail API
Microsoft Graph Mail API
A Microsoft API that supports accessing data in users' primary mailboxes and in shared mailboxes.
800 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
1,338 questions
Microsoft Graph Notifications API
asked 2023-03-20T11:01:04.52+00:00
sne 0 Reputation points
commented 2023-03-21T04:59:06.33+00:00
sne 0 Reputation points
1 answer

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…

Microsoft Graph Users API
Microsoft Graph Users API
A Microsoft API that allows you to build compelling app experiences based on users, their relationships with other users and groups, and the resources they access for example their mails, calendars, files, administrative roles, group memberships.
726 questions
Microsoft Graph Profile API
Microsoft Graph Profile API
A Microsoft API that retrieves the profile of the signed-in user or another user with a valid Azure AD or Microsoft account.
106 questions
Microsoft Graph Notifications API
asked 2022-10-10T12:53:36.143+00:00
Farmer, Jeremy 1 Reputation point
commented 2023-03-16T09:52:11.8766667+00:00
Usman Zia 0 Reputation points
1 answer

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…

Microsoft Graph Teamwork API
Microsoft Graph Notifications API
asked 2022-12-07T17:17:48.427+00:00
Prescott Traversi 1 Reputation point Microsoft Employee
commented 2023-02-27T14:30:59.3833333+00:00
Bogdan G 0 Reputation points
1 answer

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.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
7,073 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
321 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
1,338 questions
Microsoft Graph Notifications API
asked 2023-02-02T10:16:31.4033333+00:00
Dudekula,Amitabh 0 Reputation points
commented 2023-02-16T08:54:12.46+00:00
RaytheonXie_MSFT 20,051 Reputation points Microsoft Vendor
3 answers

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 |…

Microsoft Graph Calendar API
Microsoft Graph Notifications API
asked 2022-05-06T06:07:38.263+00:00
Sherin Josephin 1 Reputation point
commented 2023-02-10T20:20:56.44+00:00
jfgriff 116 Reputation points
1 answer One of the answers was accepted by the question author.

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",…

Microsoft Graph Notifications API
asked 2023-02-01T23:26:46.8733333+00:00
Paul L 20 Reputation points
accepted 2023-02-02T18:14:08.68+00:00
Paul L 20 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
6,652 questions
Microsoft Graph Notifications API
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,077 questions
asked 2022-02-21T18:25:21.81+00:00
David Cabielles Hernández 21 Reputation points
commented 2023-02-01T17:34:21.6866667+00:00
Tristan Smith 0 Reputation points
7 answers

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…

Microsoft Graph Calendar API
Microsoft Graph Teamwork API
Microsoft Graph Notifications API
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,077 questions
asked 2022-06-13T13:11:21.167+00:00
Lucas Prioste 21 Reputation points
commented 2023-01-25T05:58:12.1066667+00:00
Prasad-MSFT 3,851 Reputation points Microsoft Vendor
0 answers

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":…

Microsoft Graph Teamwork API
Microsoft Graph Change Notifications API
Microsoft Graph Extensions API
Microsoft Graph Extensions API
A Microsoft API that allows you to extend the graph API resources to save the data of your own application.
52 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,077 questions
Microsoft Graph Notifications API
asked 2022-09-08T06:30:43.843+00:00
Test Admin1 1 Reputation point
commented 2023-01-25T05:51:14.7+00:00
Prasad-MSFT 3,851 Reputation points Microsoft Vendor
1 answer

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":…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
6,652 questions
Microsoft Graph Notifications API
asked 2023-01-20T21:44:42.3266667+00:00
Leonardo Maffei da Silva 0 Reputation points
answered 2023-01-20T21:58:22.4833333+00:00
SanthiSwaroopNaikBukke-4908 590 Reputation points
0 answers

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,…

Microsoft Graph Calendar API
Microsoft Graph Cloud Communications API
Microsoft Graph Cloud Communications API
A Microsoft API that adds a new dimension to how your apps and services interact with users through various communications-related features, such as calling and online meetings.
130 questions
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
882 questions
Microsoft Graph Notifications API
asked 2023-01-11T13:06:47.5566667+00:00
Saravanakumar Ganapathy 0 Reputation points
edited the question 2023-01-12T08:40:23.8833333+00:00
JimmyYang-MSFT 39,231 Reputation points Microsoft Vendor
1 answer

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…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
1,338 questions
Microsoft Graph Notifications API
asked 2023-01-05T16:25:55.987+00:00
Daan 1 Reputation point
commented 2023-01-06T08:07:16.833+00:00
Daan 1 Reputation point