Issue:
I have created an app with all permissions :
Calendars.ReadWrite
Directory.ReadWrite.All
Group.ReadWrite.All
Place.Read.All
Also given admin consent and followed the guidance given on URL https://docs.microsoft.com/en-us/graph/api/place-list?view=graph-rest-beta&tabs=http
but unable get tenant rooms using app access token through end point:
https://graph.microsoft.com/beta/places/microsoft.graph.room
Its was working fine till august 2019 end , but its now always giving error:
"error": {
"code": "UnknownError",
"message": "{"code":"invalid_permissions","message":"place.read.all permission is required to read company places, scopes/roles provided: Calendars.ReadWrite IsAppOnly:True"}",
"innerError": {
"request-id": "1cb75b0f-9fcb-42c1-9b8f-5fcc1a2c7e52",
"date": "2019-09-09T06:50:59"
}
}
Am I doing something wrong or there is any issue in ms-graph end point https://graph.microsoft.com/beta/places/microsoft.graph.room?
Any help with this would be greatly appreciated.
Hi
Thx for using the MS Graph Places API, you are using it correctly, we introduced the issue you reported recently, fix has been pushed and being deployed in the next couple of days (earlier if your tenant is in First Release). I'll ping this thread when fix is fully deployed.
Thx again
Hi @vchauhangit
Fix deployment almost completed, whenever you can, please test again
Thx for using the API
@EliasKaplan Do you know when/if this will be brought into the 1.0 API?
Hi @vchauhangit
Fix deployment almost completed, whenever you can, please test again
Thx for using the API
Hi @EliasKaplan
Thanks for fixing, Now its working fine.
This issue will be closed because we do not support feedback captured directly from github new issue page. Also, this issue list is not intended for service issues, questions or service feedback.
To provide feedback on content on Microsoft Graph documentation, please scroll to the bottom of the content page to the Feedback section on docs.microsoft.com. You can create new feedback there. This gives the team the complete context of what content feedback you have.
If you have service issues and want to raise a support request. Please either:
If you would like to ask a question about Microsoft Graph, please visit Stack Overflow and ask your questions there using [microsoft-graph] tag.
If you have suggestions or feedback on Microsoft Graph, please submit this at Microsoft Graph Uservoice.
This issue will be closed because we do not support feedback captured directly from github new issue page. Also, this issue list is not intended for service issues, questions or service feedback.
To provide feedback on content on Microsoft Graph documentation, please scroll to the bottom of the content page to the Feedback section on docs.microsoft.com. You can create new feedback there. This gives the team the complete context of what content feedback you have.
If you have service issues and want to raise a support request. Please either:
If you would like to ask a question about Microsoft Graph, please visit Stack Overflow and ask your questions there using [microsoft-graph] tag.
If you have suggestions or feedback on Microsoft Graph, please submit this at Microsoft Graph Uservoice.