2
votes

I tried ListJoinedTeams with a specified user, but it didn't work. I tried ListJoinedTeams with myself and Listmessage with a specified user and it worked.

Would you tell me how to set users? I tried it from Graph Explorer.

https://docs.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-1.0

1
This seems like a bug. Other Graph endpoints work fine if the user's email address is specified as the {id} parameter, and this one should, too.chad512

1 Answers

4
votes

Microsoft Graph only supports /me with /joinedteams when using Delegated permissions. Per the documentation:

With user delegated permissions this operation only works for the 'me' user. With application permissions, it works for all users by specifying the specific user id. ('me' alias is not supported with application permissions)