Share via

Micosoft Graph API

Anonymous
2023-07-28T06:31:45.9266667+00:00

I'm trying to get the team's group chat list Along with their IDs using ms graph API,

But I'm unable to get it.

I checked the required permissions to do, I have all from my administration.

Even I'm unable to access my personal chat.

please help me with this.

is the Microsoft graph API capable enough to get these details?

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

Microsoft Teams | Microsoft Teams for business | Other

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 4,246 Reputation points Microsoft External Staff Moderator
    2023-07-31T09:09:58.52+00:00

    @Sathya - Using below graph API you can get the group chat list Along with their IDs.

    GET https://graph.microsoft.com/v1.0/me/chats?$filter=chatType eq 'group'

    Ref Doc: https://learn.microsoft.com/en-us/graph/api/chat-list?view=graph-rest-1.0&tabs=http

    Thanks,

    Nivedipa


    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.

    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.