A cloud-based identity and access management service for securing user authentication and resource access
You didnt mention how you are querying :)
This shows it for me:
Get-MgUser -UserId <UserPrincipalName> -Property EmployeeID | select EmployeeID
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In the Azure portal on the properties of a user I can see the employeeID populated. When I run Get-MGUser is does not list the information and most attributes which are populated in the GUI are blank. I have tried to specify the employeeid property, uninstalled reinstall graph etc.. same result. I have read other having the same issue but all the their suggestions have not worked for me.
A cloud-based identity and access management service for securing user authentication and resource access
You didnt mention how you are querying :)
This shows it for me:
Get-MgUser -UserId <UserPrincipalName> -Property EmployeeID | select EmployeeID