Forum Discussion
keithfable
Jan 17, 2024Brass Contributor
Using TeamsActivity.Send.User RSC permission to send activity notifications
Hi, I am attempting to send activity notifications to a test user, using the TeamsActivity.Send.User RSC permission. I have updated my manifest.json and verified the permission grants via Graph ...
ChetanSharma-msft
Microsoft
Jan 17, 2024Hello keithfable - Could you please refer this sample and test it once?
https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/graph-rsc/nodeJs/appManifest/manifest.json
https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/graph-rsc/nodeJs/appManifest/manifest.json
keithfable
Jan 17, 2024Brass Contributor
Ok, testing it now, thanks.