Forum Discussion

MustangProgrammer's avatar
MustangProgrammer
Copper Contributor
Jan 30, 2025

Graph API getAsync() in C#

If I use graph in a console application I get the information that I request.  Such as   test = await graphClient.Users.GetAsync(); If I try this in a WebMethod in the code behind of a page or in a...

Resources