Forum Discussion
Srinivas Narula
May 30, 2017Brass Contributor
Which permission groups need to be enabled to access office groups using Microsoft Graph API ??
I am getting error while accessing Office groups data using Microsoft Graph API in outlook-addin.
Can someone please provide input which permission groups need to be enabled to access Office Groups in Microsoft Graph API?
Pointers to some working examples to read and write groups and planner data.
Sorry for very late reply. But this one I used for my application
{"resource": "Microsoft Graph","scope": "Group.Read.All"}
2 Replies
- Didier MAIGNANBrass Contributor
- Srinivas NarulaBrass Contributor
Sorry for very late reply. But this one I used for my application
{"resource": "Microsoft Graph","scope": "Group.Read.All"}