Forum Discussion
marksqeptech
Nov 29, 2020Copper Contributor
AddAsync(team) returns null even though this is supposed to be the preferred way to create a Team no
Hello. I'm using the nuget package (beta): Teams.Request().AddAsync still doesn't return the newly created team or at the very least the id. I can't access the headers via the nugget package eit...
Trinetra-MSFT
Dec 04, 2020Former Employee
marksqeptech , You should try await graphClient.Groups["{id}"].Team .Request() .PutAsync(team); to create team in Group