Getting error on joinedTeams rest api.

Suraj Patel 1 Reputation point
2021-09-14T05:12:50.893+00:00

We are getting the below error when calling joinedTeams API
Please help us if we are doing anything wrong.

joinedTeams API response:
{
"error": {
"code": "InternalServerError",
"message": "Unable to find target address",
"innerError": {
"date": "2021-09-14T05:10:03",
"request-id": "3c4b9c72-5b8c-4fb0-b72d-b3108536becd",
"client-request-id": "bb3add95-b297-18ec-fefb-d048062bc9a1"
}
}
}

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,652 questions
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 37,216 Reputation points
    2021-09-14T08:17:39.607+00:00

    After testing, I reproduced your problem. This is caused by your personal account. The List joinedTeams api endpoint does not currently support personal Microsoft accounts. So you can try to use the work/school account test.

    Please note that when you use work/school accounts for testing, make sure that the account has an Office365 license.

    131707-image.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    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.

    0 comments No comments