0
votes

I am newbie in graph API. I am trying to access the Group Conversation using https://graph.microsoft.com/v1.0/groups/id/conversations?. but result shows "The SMTP address has no mailbox associated with it". all groups having Conversation is that any other way to access group conversation..?

1
Did you check this: support.microsoft.com/en-us/kb/3006861 - There is a KB entry and a software update available for MS Exchange.MWiesner
Welcome to StackOverflow. Please take a moment to read the site guidelines for asking questions in the Help Center. You need to provide information about what you've already tried in your question (code sample).Cindy Meister

1 Answers

0
votes

Firstly, you should make sure you have made the correct request: https://graph.microsoft.com/v1.0/groups/[id]/conversations . Please refer to this link for details about common queries in graph API. In addition,according to this thread, please try to access the conversations in Unified (O365) groups. Hope it helps.