-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
It looks like https://graph.microsoft.com/beta/search/query requires ChannelMessage.Read.All, which is not available for Graph Explorer. I'm not sure if all of the sample API calls in the explorer are actually supposed to be capable of running, but I created a custom admin consent URL to try and give Graph Explorer Read all channel messages permissions, and it won't even list it. Maybe don't add these to the API explorer until they can actually be run?
To Reproduce
- In Graph Explorer, go to Search -> (beta) search Teams message
- Enter valid request body/query with KQL similar to "queryString": "sent:2025-08-19 AND chatType:group"
- Modify Permissions (add all available)
- Try to run
- Get 403-283 error
Expected behavior
Query runs and displays JSON response
Reactions are currently unavailable