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 Teams | Development
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Microsoft Security | Microsoft Graph
{count} votes

Answer accepted by question author
  1. Wajeed-MSFT 311 Reputation points Microsoft Employee Moderator
    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,036 Reputation points Microsoft External Staff Moderator
    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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.