Share via

After UPDATING Contact in Outlook, GET Contact API doesn't return correct business address

Robert Knar 0 Reputation points
2023-06-09T20:13:35.99+00:00

I created a Contact in Outlook and saved it. The contact is created fine (see reference picture).

MicrosoftTeams-image (4).png

I then update the business address in Outlook by changing one field. After I call the GET, it doesn't return the complete address (see below):

MicrosoftTeams-image (5).png

Just interested in why the full info isn't being returned.

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-06-12T15:30:32.7266667+00:00

    Hello Robert Knar,
    Thank you for reaching out to this Q&A forum.

    I have done some test from my end and I was unable to reproduce the issue.
    I have updated my contact by Outlook and with PATCH API call, for both updates the Get, /me/contacts/{id} show full and correct address.
    Here is my outputs;-
    My sample contact will all null properties
    User's image

    updated business address through Outlook and it shows in Get call-

    User's image

    #I updated business address through PATCH call
    User's image

    #it shows in the Get call as well
    User's image

    Please double check your contact ID and make sure you have updated the same contact id and calling the same id for your Get request.
    Hope that helps.
    Thanks
    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.