Hi,
I want to retrieve some user information, It is stated in the reference
" User Object: Italicized attributes are not returned by default and must be retrieved through the fields parameter."
For example, I want to check the information "IsPlatformAccessOnly", which is the Italicized attribute. How do I get this field information in C#, as this information is null from UsersManager.GetUserInformationAsync?
Thank you.
Joy