06-11-2019 11:53 AM
Hi ,
I am trying to access the team I have created from a group using graph api:
GET => https://graph.microsoft.com/v1.0/teams/{id}
But the request fails with =>
{
"error": {
"code": "BadRequest",
"message": "Failed to execute Skype backend request GetThreadS2SRequest.",
"innerError": {
"request-id": "b86b9eb0-57b7-4fc6-80bb-f00474f28607",
"date": "2019-06-11T18:25:33"
}
}
}
Tried using graph explorer, there I am getting =>
{
"error": {
"code": "ResourceNotFound",
"message": "Resource not found.",
"innerError": {
"request-id": "3ce10448-f5ba-4245-bac2-6e05f5d0f847",
"date": "2019-06-11T18:48:47"
}
}
}
Stangely the https://graph.microsoft.com/v1.0/me/joinedTeams works fine from postman, but not from the graph explorer.
Not sure if something wrong with my account.
Can somebody please guide?
Thanks.
06-17-2019 11:58 PM
The same problem happened to me.
If the account used to sign in is the same as the tenant that created the team that I want to acquire, I could obtain the information of the team with the following API.
https://graph.microsoft.com/v1.0/teams/{id}
However, when I signed in with an account invited as a guest to the Team I wanted to get, the following error was returned:
"code": "BadRequest"
"message": "Failed to execute Skype backend request GetThreadS2SRequest."
Is there anything I can understand?
08-27-2019 01:45 AM
Hi@GSingh, Could you please test it again? Let us know if you are still facing this issue.
10-08-2020 01:22 AM
I am facing the same issue. It wasn't like this before @Trinetra-MSFT