- Published on
- Authors
- koskila
How to fix Graph API returning null properties for Users?
This article explains a quick fix to a small but annoying issue: Microsoft Graph API SDK persistently returning null values for most properties of your Microsoft.Graph.User objects. The issue might happen when using either the Graph API SDK or just calling the REST API directly. Both options are entirely acceptable, and in both cases, you're not getting the properties you wanted. Well, I wasn't, anyway.





