You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if result, err := graphClient.Teams().Post(context.Background(), requestBody, nil) is called, the result is always nil, not Teamable or at least containing the new teamID as documented (but the team is successfully created).
result, err := graphClient.Teams().Post(context.Background(), requestBody, nil)is called, the result is always nil, not Teamable or at least containing the new teamID as documented (but the team is successfully created).