Forum Discussion
Abhi1222
Feb 17, 2024Copper Contributor
Send Notification to user using delegated permissions
Hi, I am trying to find a solution here. I am using MS 365 Graph API's to allow users trigger a group chat from a Web Application and start collaborating and i am linking this Chat ID to a trans...
ChetanSharma-msft
Microsoft
Mar 01, 2024Yes, you can use this as well:
Please refer this sample: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-change-notification
Please refer this sample: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-change-notification
Abhi1222
Mar 24, 2024Copper Contributor
Hi Chetan ,
i tried lot of different options outside Microsoft solutions but looks like i have to pretty much follow what microsoft is suggesting ..
But the link you suggested ...looks like it is documented for Application level Permissions .. Do you think it will be same for delegated permissions as well ?
I am also trying to look for an option to perform live rendering of messages in a web application.
i tried lot of different options outside Microsoft solutions but looks like i have to pretty much follow what microsoft is suggesting ..
But the link you suggested ...looks like it is documented for Application level Permissions .. Do you think it will be same for delegated permissions as well ?
I am also trying to look for an option to perform live rendering of messages in a web application.
- Meghana-MSFTMar 26, 2024Former EmployeeThis works for application permissions only.