I'm trying to get the list of outlook contacts using MS Graph api (https://developer.microsoft.com/en-us/graph/graph-explorer)
It is possible to get contacts using the next query: https://graph.microsoft.com/v1.0/users
Also I can get a photo for a particular contact using, for example: https://graph.microsoft.com/v1.0/users/{id}/photo/$value
but how can I get the list of contacts with photo in one query?