A cloud-based identity and access management service for securing user authentication and resource access
Issue: ipPhone attribute is synchronised by default from Active Directory but is not visible in the UI or via Graph API in EntraID.
Solution: The ipPhone attribute needs to be mapped to an Extension attribute in either Connect Sync or Cloud Sync depending on your config.
Pre-requisite: You must have added the Directory Extensions for this additional attribute to be available: https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-feature-directory-extensions
Once that is in place, you can map the ipPhone attribute via one of these methods:
Connect Sync: Enable the following Directory Extension: OtherIpPhone (this is different to the ipPhone attribute which is already synched).
Cloud Sync: Add the Attribute Mapping between ipPhone and the extension attribute "extension_xxxxxxxxxxxxxxxxxxxxxx_ipPhone" (where the xxxxxxxx matches the extension ID for the Directory Extension Enterprise App ObjectID) .
After a sync, the attribute is available as an extended attribute via MgGraph: https://learn.microsoft.com/en-us/entra/identity/hybrid/cloud-sync/custom-attribute-mapping?tabs=ps