I try to query a user including extended properties:
/users/xxx@xx.dk?$expand=properties
However I get following error:
Could not find a property named 'properties' on type 'microsoft.graph.user.
Is it possible in one request to get a user
object with all of it's extended properties?
Best scenario would be something like following where I query for the departmentNumber
from the extended properties with direct properties:
/users/xx@xx.dk?$select=companyName,officeLocation,departmentNumber&$expand=properties