0

I've managed to get the list of user contacts back using the Office365 API, but I wondered whether there is a way of also returning the Directory contacts?

Jason Johnston
  • 17,194
  • 2
  • 20
  • 34
Tom
  • 12,776
  • 48
  • 145
  • 240

1 Answers1

0

The Contacts API doesn't access the directory. To get that information, you would use the Azure AD Graph API.

Jason Johnston
  • 17,194
  • 2
  • 20
  • 34