ipPhone attribute in Azure AD

Robert A. Lewis 21 Reputation points
2022-01-06T17:00:36.717+00:00

Where can you find the ipPhone attribute in Azure AD after syncing with your on-prem?

We are sync'ing attributes for cloud apps, including SharePoint, which adds the ipPhone attribute to the sync but I can't find it anywhere.

Windows for business Windows Client for IT Pros Directory services Active Directory
Microsoft Security Microsoft Entra Microsoft Entra ID
{count} votes

2 answers

Sort by: Most helpful
  1. Marilee Turscak-MSFT 37,206 Reputation points Microsoft Employee Moderator
    2022-01-06T18:08:19.997+00:00

    It's included in the list of attributes synchronized by Azure AD Connect. https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-sync-attributes-synchronized

    I would run through Azure AD Connect and make sure sure that attribute is selected. Confirm that you have set IpPhone as the source attribute for the primary or secondary phone in your Azure AD sync config.

    If you go to Microsoft Graph Explorer, you can do a query for a user or set of users. You can specify the IpPhone attribute to confirm if it returns values for IpPhone:

    https://graph.microsoft.com/v1.0/users?$select=displayName,IpPhone.  
    
    1 person found this answer helpful.
    0 comments No comments

  2. Limitless Technology 39,916 Reputation points
    2022-01-07T11:10:22.867+00:00

    Hello RobertALewis,

    First of all, confirming you that "ipPhone" it is an attribute that it should be sync with ADConnect as specified by Microsoft here: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-sync-attributes-synchronized

    Second I would like you to verify the synchronization process has not been filtered during the ADConnect sync confirguration: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-install-custom#azure-ad-app-and-attribute-filtering

    Last but not least, this troubleshooting guide for attributes not synchronizing: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/tshoot-connect-attribute-not-syncing

    ---------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.