I am trying to get a complete list of contacts from the Microsoft Graph, but no matter which API I use, I only get a handful of contats.
https://graph.microsoft.com/v1.0/me/people seemingly returns the latest contacts I have been dealing with, not even people in my actual contact list.
https://graph.microsoft.com/v1.0/me/contacts returns like 10 random people from my contact list.
What I would like to accomplish is to get ALL contacts for a user, similar to how the "My People" app works in Windows 10. How, if at all, would this be accomplished?