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 Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,112 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Akhil Nasalwai - MSFT 500 Reputation points Microsoft Vendor
    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.

    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.