Microsoft-graph-docs: "Failed to execute Skype backend request GetThreadS2SRequest." when trying to get team by id

Created on 17 Apr 2020  Â·  15Comments  Â·  Source: microsoftgraph/microsoft-graph-docs

When trying to get team details in MS Graph Explorer I recieve:

{
    "error": {
        "code": "BadRequest",
        "message": "Failed to execute Skype backend request GetThreadS2SRequest.",
        "innerError": {
            "request-id": "3acbc391-32d0-48eb-8758-b3b992759c6f",
            "date": "2020-04-17T12:49:05"
        }
    }
}

Request:

https://graph.microsoft.com/v1.0/teams/{guid}


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Most helpful comment

This issue is with any API endpoint that has the word "team" in it. Does not matter listing channels, creating teams or others. Please retest this and fix the issue. My Prod app depends on it

All 15 comments

Hi @nkramer even we stuck at the same issue. our production is halted because of the error. Hoping for some quick response. Thanks

Hello @s-KaiNet, @uday-teja, Did you got an issue while getting channels?

Hi @janardhan96 while fetching the channels and also when i try to create team i got the same response.

The same for me - an error when trying to get a team and when I try to get channels.

hi there, do you have any idea how i can resolve this issue, my app creating groups and all but right when it is time to create a team I get an error
https://graph.microsoft.com/v1.0/groups/0*b7a7-0a931544db69/team PUT request

{
"error": {
"code": "BadGateway",
"message": "Failed to execute backend request.",
"innerError": {
"request-id": "2ab31a91-1093-4b2b-a570-9eb23b36519f",
"date": "2020-04-17T20:23:48"
}
}
}

This issue is with any API endpoint that has the word "team" in it. Does not matter listing channels, creating teams or others. Please retest this and fix the issue. My Prod app depends on it

Hi all now everything works fine :)

Works for me as well.

Again, It's not working from today morining onwards.

as of right now it is working for me. Thank you

I am receiving this error when making a list channels request to the Graph API beta endpoint. I am logged in as a guest user in my tenant. The 'joinedTeams' endpoint works, but I am unable to list the channels in the team that the guest user is a member of.

@chefinDan did you ever have any luck with solving this? we're hitting the same issue on the /teams/{team-id}/channels endpoint.

Also seeing this problem today on GET beta/teams/{id} and GET beta/teams/{id}/channels

As I commented on this SO post, I'm seeing very similar to others here with Failed to execute backend request when trying to send a PUT request to a group/{id}/team (beta) endpoint to add Teams functionality to a Group.

The other method, creating the Team via the Teams endpoint is missing functionality; you can't populate members on creation (only owners), and the endpoint returns no information on what was created - i.e. there is no Id of the object returned so you can't work with it without searching.

EDIT: It seems like the docs suggest the Team Id is sent in the headers. When a request is made using Invoke-RestMethod with PowerShell 7.0.2, nothing is visible though.

EDIT 2: Id is sent in the Location property in the headers, so with PowerShell you'd need to use Invoke-WebRequest to make the create request instead.

Today I shifted away from using the Graph API natively because I didn't want to deal with having to batch up 'members' when exceeding 20 every time I wanted to create a group, and then upgrade to a team.

I created a test of 200 unified groups using New-UnifiedGroup (haven't hit a limit when specifying members), then a few hours later tried to upgrade these to Teams using the New-Team cmdlet from the MicrosoftTeams module.

Again, getting consistent Failed to execute backend request. errors. Despite that, it seems as though the Teams are created. Are they successfully created? Who knows.

This is really painful to work with.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nilleb picture nilleb  Â·  4Comments

gi-joe-moto picture gi-joe-moto  Â·  3Comments

r3dh0t picture r3dh0t  Â·  4Comments

abhatt29 picture abhatt29  Â·  4Comments

cconrado picture cconrado  Â·  4Comments