Bug: When using the joinedTeams call on a user, webUrl is null

Laurens Adema 21 Reputation points
2021-06-18T12:10:56.593+00:00

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.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,557 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,835 questions
{count} votes

Accepted answer
  1. Wajeed-MSFT 231 Reputation points Microsoft Employee
    2021-07-05T18:49:40.753+00:00

    LaurensAdema-2290 - Thanks for reporting. We have raised bug for this. We will update this thread once we have further updates.


1 additional answer

Sort by: Most helpful
  1. ChetanSharmamsft 1,026 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/joinedTeams

    Refer below URL:
    https://learn.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-beta&tabs=http#feedback

    Also 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-parameters

    If 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=http

    Please 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.

    0 comments No comments