I am getting Forbidden Response.
{
"error": {
"code": "Forbidden",
"message": "Application with AAD App Id 'de8bc8b5-d9f9-48b1-a8ad-b748da725064' is not authorized to generate notifications about 'https://graph.microsoft.com/v1.0/teams/b7b340ba-1495-4b3a-92ed-f337a1ba59a2' to the recipient. Ensure that the expected Teams app is installed in the target scope (user, team, or chat).",
"innerError": {
"date": "2021-08-04T04:53:06",
"request-id": "650c8528-d24e-4f01-a99d-125bb551806b",
"client-request-id": "dcb59e6e-c24b-b3fc-eeb7-c3bf36744bb3"
}
}
}
I have the right permission scope i.e TeamsActivity.Send. It is complaining for Graph Explorer app id is not authorized.
"app_displayname": "Graph Explorer",
"appid": "de8bc8b5-d9f9-48b1-a8ad-b748da725064",
Can we use graph explorer to send notifications to teams for testing?