msgraph
2 TopicsHow to get teams channel message from reply of a message id in ms graph?
Hi, I'm currently using the Microsoft Graph API to develop an app. I use https://graph.microsoft.com/v1.0/search/query to search for messages. I receive the results, which include both the original message and reply message. I want to use the message ID to retrieve the detailed message using this API: /teams/{team-id}/channels/{channel-id}/messages/{message-id}. If the message is the main message, it returns the details. However, if it's a reply, it returns a 404 error. Does this mean I need to obtain the main message ID from the reply? Is there any API or practical way I can use to retrieve it? Thank you!281Views1like3CommentsHow to set default Profile Picture Instead of FirstName & LastName Initials?
When I am trying to REMOVE user image from MS Teams, it is replacing the user image with the FirstName & LastName Initials image and I am getting the same image from MS Graph endpoint. Question: 1. Is there any way to set default user placeholder image instead of Initials? 2. Is there any MS Teams administrator setting that can not set the initials as a default user profile image.5KViews0likes3Comments