GET my joined teams failing with 400 bad request

Shruti Agarwal 21 Reputation points
2022-03-23T10:05:59.62+00:00

When I am trying to make a call to this https://graph.microsoft.com/v1.0/me/joinedTeams via graph explorer I am getting below response : Bad request 400
{
"error": {
"code": "AuthenticationError",
"message": "Error authenticating with resource",
"innerError": {
"date": "2022-03-23T10:00:57",
"request-id": "7e66098c-f145-4476-b5b0-340a6e187124",
"client-request-id": "5a7e99a6-daed-9953-12aa-4d361fd74989"
}
}
}
It has the required permissions as well

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,447 questions
{count} votes

Accepted answer
  1. CarlZhao-MSFT 40,311 Reputation points
    2022-03-25T08:16:32.563+00:00

    Hi @Shruti Agarwal

    Clear your browser cache and log into Graph Explorer with your work account, then try calling the api again:

    186729-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Shruti Agarwal 21 Reputation points
    2022-03-28T10:39:42.903+00:00

    Was able to run this API .

    0 comments No comments