Microsoft Graph Profile API
A Microsoft API that retrieves the profile of the signed-in user or another user with a valid Azure AD or Microsoft account.
106 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am looking to extract and download a teams channel chat using Microsoft Graph API. Is it possible to this and how?
Hi @Manu Y ,
We can retrieve the list of messages (without the replies) in a channel of a team using below Graph API Endpoint GET /teams/{team-id}/channels/{channel-id}/messages
Reference Document: https://learn.microsoft.com/en-us/graph/api/channel-list-messages?view=graph-rest-1.0&tabs=http
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.