Hello,
I am calling API for messages (without reply) in a channel (URL: https://graph.microsoft.com/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages) in graph explorer with organization user but it is giving me 403 - forbidden error like in image . In order to solve this issue I have to give admin consent in Modify Permission. How can I get messages
of user If I don't have an admin account?
How can I get normal user's messages using Microsoft Graph API?