C#/.Net8/MS Graph: how to call graphClient.Groups[groupId].GetAsync()?
I hope someone can point me to a working answer…:
C#/.Net8/MS Graph: how to call graphClient.Groups[groupId].GetAsync()?
I hope someone can point me to a working answer…:
Graph API ManagedDevice update call failure
I’m trying to make a call to Microsoft’s Graph api to update device ownership types for the company I’m working for. We have over 4,000 devices so this is something that needs to be automated. I’m writing a .NET app that uses a GraphServiceClient to connect to the api and make requests.