How to add Custom user attributes to user's property in Azure AD (Microsoft Entra ID )

Quyen Nguyen 81 Reputation points
2024-04-23T05:48:34.7933333+00:00

I have created the attribute from the " Custom user attributes " screen in Entra ID.Now I want to display that attribute in the user's properties.

Please show me the steps to set that custom attribute to display in the user's properties

Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,560 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Smith-MSFT 2,831 Reputation points Microsoft Employee
    2024-04-23T07:42:59.95+00:00

    Hi Queyen,

    Thank you for reaching out to the QnA community.

    If you would like to sync any attribute which does not supports direct sync, you would need to use Directory Extension Attribute Sync: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-sync-attributes-synchronized.

    When you use "Directory Extension Attributes" in AD Connect Server these new attributes are synced to AAD. However, these new Attributes would not be visible on GUI.

    You would need to use Graph to query and view these attributes on the users in AAD.

    The document below has more details about viewing directory extension attributes.

    https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-feature-directory-extensions#viewing-attributes-using-the-microsoft-graph-api

    I hope this helps to resolve your query. Please "Accept the answer" if the information helped you. This will help us and others in the community as well.