SOLVED

Which permission groups need to be enabled to access office groups using Microsoft Graph API ??

Brass Contributor

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.

 

 
2 Replies

Hi @Srinivas Narula 

 

I have the same question : did you find the answer ? 

best response confirmed by Srinivas Narula (Brass Contributor)
Solution

Sorry for very late reply. But this one I used for my application

 

{
"resource": "Microsoft Graph",
"scope": "Group.Read.All"
}
1 best response

Accepted Solutions
best response confirmed by Srinivas Narula (Brass Contributor)
Solution

Sorry for very late reply. But this one I used for my application

 

{
"resource": "Microsoft Graph",
"scope": "Group.Read.All"
}

View solution in original post