Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
@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.