Add custom attribute to Profile card

EL 26 Reputation points
2022-03-22T13:24:42.477+00:00

Hi everyone.
I want to add additional information in profile cards using custom attributes from the local AD.
The problem is that the respective information is populated by a 3rd party internal tool and it creates some unique custom attribute (I can change it if needed with an existing one from AD as long as I know that it will sync back in the cloud) . I want to modify the profile cards using those some custom attributes from AD on-premises (so I won't have to edit Custom attributes from online exchange for each user since there are hundreds of them, but to sync them from AD on-premises premises where I already have that info). could someone help me in this regard?
Thank you

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,344 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,205 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,492 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Givary-MSFT 30,521 Reputation points Microsoft Employee
    2022-03-23T11:35:14.637+00:00

    @EL

    Thank you for reaching out to us. Would like to understand the issue in detail.

    Do you have Azure AD Connect setup ? where you can sync custom attributes ?

    Reference:

    https://learn.microsoft.com/en-us/graph/add-properties-profilecard
    https://janbakker.tech/enrich-microsoft-365-profile-card-with-extensions-and-custom-attributes/
    https://support.microsoft.com/en-us/office/profile-cards-in-microsoft-365-e80f931f-5fc4-4a59-ba6e-c1e35a85b501

    Let me know if you have any questions.

    1 person found this answer helpful.

  2. Limitless Technology 39,506 Reputation points
    2022-03-28T20:09:47.07+00:00

    Hi @EL

    You can add or delete custom properties from a profile card using this guide:

    https://learn.microsoft.com/en-us/graph/add-properties-profilecard

    I do hope this answers your question.

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

    1 person found this answer helpful.

  3. EL 26 Reputation points
    2022-04-08T08:56:33.737+00:00

    Hi again, as an update, we managed to solve this by extending the AD schema to include a set of attributes and use extensionattribute1 - extensionattribute15 to meet the end goal. (https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-sync-attributes-synchronized#exchange-online)
    Then we updated those attributes in AAD Connect to synchronize them with Exchange Online and we were finally able to see them in Office365.
    Thanks all for your suggestions