My service invoke graph API POST /groups/{groupId}/owners
to add myself into a new team. After that, I use GET /me/joinedTeams
on my local machine, but it does not return the team which I just joined.
Asked
Active
Viewed 142 times
1
1 Answers
0
As I remember, there is a known issue that if you add a user as an owner, you should add the user as a member as well. Otherwise, some APIs' behavior might not meet your expectation.

TonyX
- 409
- 2
- 4
-
2Found it. https://learn.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-beta#membership-changes-in-microsoft-teams – TonyX Nov 20 '19 at 11:29