Expand Columns / Retrieve columns from Azure using Microsoft Graph API
I used Microsoft Graph API to extract users information from Azure AD and I’m trying to get the column AccountEnabled ( I can see the column when I export the users informations into a csv )
I used this code to get the users, but when I try to expand the columns I can’t see in the expand list the column I want, I also can’t see other information like the usertype ( It’s directly shown in Azure ) and many others. When I try to write it manually the columns are empty. I also tried to use $select but it didnt work.