Getting Unknoen error while requseting Ms Graph Teams/* apis

hullah 1 Reputation point
2021-05-05T10:56:18.317+00:00

Hi,

I've registered an App it AAD And have set Api permission and have applied Admin Consent I'm using Oauth Code flow to get an access token, when i get the token I can call certian APi like /users/* and me/joinedTeams but I get error response on /teams/{teamID} and /teams/{teamID}/* api's
Following response I'm getting

{
"error": {
"code": "UnknownError",
"message": "",
"innerError": {
"date": "2021-05-05T10:51:02",
"request-id": "995104c9-06bd-4675-8775-6878185fc544",
"client-request-id": "995104c9-06bd-4675-8775-6878185fc544"
}
}
}
status : 403 forbidden

My permission list:

![93962-permission-1.png][1]  

93963-permission-2.png

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 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.
3,295 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nikitha-MSFT 541 Reputation points
    2021-05-11T12:04:48.28+00:00

    We are not able to repro the issue at our end. We have tried all channel life cycle Also please check this sample.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.