Fill "isFavorite" property with correct value

Fill "isFavorite" property with correct value
0

Upvotes

Upvote

 May 26 2021
1 Comments (1 New)
New

When using the Microsoft Graph an querying

https://graph.microsoft.com/v1.0/me/people

The response will result in

    {
      "id": "8CE6E1DE-CB84-4BF5-971D-D3ECF452E2B5",
      "displayName": "Lorrie Frye",
      "givenName": "Lorrie",
      "jobTitle": "Paralegal",
      "isFavorite": false,
      ...
    },
...

 the  'isFavorite' will always be false, even though a contact was set as favorite via Outlook option 'Add to Favorites'.

Comments
Copper Contributor

Hello, 

yes, even if I mark my contact as favorite in Outlook, value in MS Graph is still "false".

Is there any possibility to mark this value as "true" and get correct information from MS Graph?