I got error while access the group conversation using graph API, give all the permission related to the Groups but still got error
https://graph.microsoft.com/v1.0/groups/{group-id}/conversations
While i use the graph Api with below URL it responds 200 success but when i add conversation property in url its show access denied
https://graph.microsoft.com/v1.0/groups/{group-id}
