Forum Discussion

RichardS's avatar
RichardS
Copper Contributor
May 12, 2023

graph groups api call not returning most properties

In a sample C# app ( running on localhost) I am executing the following API calls    var user = await graphClient.Me.Request().GetAsync(); var grp1= await graphClient.Me.MemberOf.Request().Selec...

Resources