Initials value not visible in Outlook when using Graph API to Create a Contacts

Christophe REGARD 0 Reputation points
2025-02-20T10:13:00.36+00:00

Hello,

When Creating a contact using below URL:

https://graph.microsoft.com/v1.0/users/[UserID]/contactFolders/[ContactFolderID]/contacts

With this Body:

{ "displayName": "John Doe", "fileAs": "Doe", "initials": "JDO" }

Then in outlook the intitials value stay empty

Open the contact in outlook -> contact Tab -> All Fields ->Select All Contacts Fields in the dropdown

Is it a bug or I'm doing something wrong?

Chris

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Akhil Nasalwai - MSFT 1,685 Reputation points Microsoft External Staff
    2025-02-21T17:25:11.0433333+00:00

    Hello Christophe REGARD,

    Thank you for reaching out to Microsoft!

    I have tried replicating the scenario of creating contact inside a contact folder using the query mentioned and the initials value is visible in outlook as well as attached below.

    Creating contact using Graph API:createcontact

    Initials in Outlook:

    initials in outlook

    Hope this helps.

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

    1 person found this answer helpful.
    0 comments No comments

  2. Christophe REGARD 0 Reputation points
    2025-02-24T07:42:02.57+00:00

    Hello @Akhil Nasalwai - MSFT ,

    Can you please try with the Body I provide and then check where I suggest to check?

    Thanks

    Chris


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.