Questions tagged [microsoft-graph-people]

The Microsoft Graph People API provides RESTful capabilities to discover People, through user behavioral patterns and fuzzy matching, who are relevant to a given user.

Microsoft Graph applications can use the People API to retrieve the people who are most relevant to a user. Relevance is determined by the user’s communication and collaboration patterns and business relationships. People can be local contacts, contacts from social networking or from an organization’s directory, and people from recent communications (such as email and Skype). Along with generating this insight, the People API also provides fuzzy matching search support and the ability to retrieve the list of users relevant to another user in the signed-in user's organization. The People API is particularly useful for people picking scenarios, such as composing an email or creating a meeting. For example, you can use the People API in email compose scenarios.

For more details on the MS Graph People API, see https://learn.microsoft.com/en-us/graph/people-example

7 questions
4
votes
1 answer

Microsoft Graph - Trouble in Contact Folder / Categories API(s)

There are couple of issues in Graph API for contact folders when used in personal accounts(***@outlook.com) Issue 1: Contact Folder(Categories) created via graph API is not visible in Outlook UI(even after multiple refreshes over 5 minutes). -The…
3
votes
1 answer

Microsoft Graph People API - error in get request /me/people/{id}

I can get list of people most relevant to me by /me/people, from that list if I want to get a particular user by its id using /users/{id} then its not working. I get internal server error { "error": { "code": "ErrorInternalServerError", …
2
votes
0 answers

People API - Topic Search issue

When I use Topic search in People API - it does not get me a correct response. When I search for graph.microsoft.com/v1.0/me/people/?$search="topic:design" - we got the following response: { "@odata.context": "graph.microsoft.com/v1.0/…", "value":…
Billy
  • 31
  • 3
1
vote
2 answers

How to Filter Query Results from Microsoft-Graph-People?

I am trying to make a Get Request to the Microsoft Graph API for a specific user's email within my organization. Therefore, I have created the following query, to return the displayName, scoredEmailAddresses, and userPrincipalName for user "jane…
1
vote
1 answer

Microsoft Graph filter out non-empty list?

Is there a way to get all the people with non-empty phones lists in a Microsoft Graph call? I've tried https://graph.microsoft.com/v1.0/me/people?$filter=length(phones) gt 0 https://graph.microsoft.com/v1.0/me/people?$filter=phones/count gt…
unhammer
  • 4,306
  • 2
  • 39
  • 52
1
vote
0 answers

Microsoft Graph People API - Topic Search

Can you let me know how a Topic search works in People API? Is this query correct: https://graph.microsoft.com/v1.0/me/people/?$search="topic: microsoft" I'm not getting relevant results. Can someone help me on this?
Billy
  • 31
  • 3
0
votes
1 answer

Microsoft Graph People API

We want to integrate People API for our cloud application. Our application can be used by anyone who signs up. Once they sign up they will be able to add users to their network. We have an option to add users manually. We also want to use People…
Billy
  • 31
  • 3