LaurensAdema-2290 - Thanks for reporting. We have raised bug for this. We will update this thread once we have further updates.
Bug: When using the joinedTeams call on a user, webUrl is null
When performing a me/joinedTeams or users/{id}/joinedTeams call, the webUrl property is null for the joined teams. Even when using $select the property is still null. When requesting the same teams via the /teams/{id} endpoint the webUrl is returned as expected.
-
Wajeed-MSFT 311 Reputation points Microsoft Employee
2021-07-05T18:49:40.753+00:00
1 additional answer
Sort by: Most helpful
-
ChetanSharmamsft 1,031 Reputation points Microsoft Vendor
2021-10-18T08:49:38.887+00:00 Just wanted to inform you that "List joinedTeams" give only basic information where webUrl is always null due to permissions levels.
EndPoint:
GET https://graph.microsoft.com/beta/me/joinedTeamsRefer below URL:
https://learn.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-beta&tabs=http#feedbackAlso above API call does not support OData query parameter, please refer below docs:
https://learn.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-beta&tabs=http#optional-query-parametersIf you want to get webUrl, you need to call below endpoint:
GET https://graph.microsoft.com/beta/teams/{Team Id}Reference docs:
https://learn.microsoft.com/en-us/graph/api/team-get?view=graph-rest-beta&tabs=httpPlease let us know if you still need and input or help.
Thanks,
Chetan Sharma
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.