-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
blockedwork cannot start on this because we're blocked by an upstream dependencywork cannot start on this because we're blocked by an upstream dependencyenhancementNew feature or requestNew feature or request
Description
- the golang examples under https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-1.0&tabs=go are missing the member odata type, e.g.
odataType := "#microsoft.graph.aadUserConversationMember"
member.SetOdataType(&odataType)
- 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).
HorizonNet
Metadata
Metadata
Assignees
Labels
blockedwork cannot start on this because we're blocked by an upstream dependencywork cannot start on this because we're blocked by an upstream dependencyenhancementNew feature or requestNew feature or request