Forum Discussion

saraefaf's avatar
saraefaf
Copper Contributor
Jul 03, 2020

Get presence does not work

I tried to call Getpresence graph Api  method in .net , but it doesn’t recognize Presence.i think it does not appear to give the method in the SDK i used , why ,I have no idea.
 

GraphServiceClient graphClient = new GraphServiceClient(authProvider);

var presence = await graphClient.Me.presence.Request().GetAsync ();

Resources