Share via

Is there any API to fetch who has created the teams for the list of all teams in microsoft teams?

Samraj Krishnakumar 1 Reputation point
2022-07-28T17:23:35.987+00:00

I need to have user's details who have created a particular teams in Microsoft teams.

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
Microsoft Teams | Microsoft Teams for business | Other

2 answers

Sort by: Most helpful
  1. Sayali-MSFT 5,771 Reputation points Microsoft External Staff Moderator
    2022-08-01T10:21:30.27+00:00

    There is no API or filter to list teams created by me or a user.

    Could you please help by suggesting this feature on - Microsoft Teams · Community

    Thanks,

    Sayali


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link.

    Was this answer helpful?

    0 comments No comments

  2. ChetanSharmamsft 1,036 Reputation points Microsoft External Staff Moderator
    2022-07-29T10:39:37.7+00:00

    @Samraj Krishnakumar - Currently below are the supported scenarios:

    1) Get the teams in Microsoft Teams that the user is a direct member of:
    https://learn.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-1.0&tabs=http

    2) Get the list of teams in Microsoft Teams that a user is associated with:
    https://learn.microsoft.com/en-us/graph/api/associatedteaminfo-list?view=graph-rest-1.0

    3) List all teams in Microsoft Teams for an organization:
    https://learn.microsoft.com/en-us/graph/teams-list-all-teams?context=graph%2Fapi%2F1.0&view=graph-rest-1.0

    Was this answer helpful?

    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.