Issue Adding Custom Attributes to Outlook

Larry Scola 40 Reputation points
2023-11-07T19:34:16.2+00:00

Recently I ran a graph API to show customAttribute1 on the office profile. (Example of code below)

POST https://graph.microsoft.com/v1.0/admin/people/profileCardProperties
Content-Type: application/json

{
  "directoryPropertyName": "customAttribute1",
  "annotations": [
    {
      "displayName": "Cost center",
      "localizations": [
        {
          "languageTag": "de",
          "displayName": "Kostenstelle"
        }
      ]
    }
  ]
}

It is working well on the web application, teams, and New Outlook. However, this does not show up on the 365/old outlook. Is there a way to show this custom attribute on the 356 version of Outlook?

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,171 questions
Outlook Windows Classic Outlook for Windows For business
Microsoft Security Microsoft Graph
0 comments No comments
{count} votes

Accepted answer
  1. SokiGuo-MSFT 31,526 Reputation points Microsoft External Staff
    2023-11-08T06:33:27.1566667+00:00

    Hi @Larry Scola

    Welcome to our forum!

    Looks like the issue is more related to Microsoft Graph. Please kindly understand that the Outlook tag here we mainly focus on general issues about Outlook desktop client.

    Based on my search, the profile card on which customization is allowed is currently only available for web apps such as Outlook Web App, OneDrive SharePoint, Office.com, etc. Also, this article may be helpful to you.

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

    enter image description here

    Hope this helps!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.