I know I can read contacts with the Office 365 API but I can't figure out if it's possible to fetch the contacts from the address book.
Asked
Active
Viewed 699 times
7
-
is not [GetContacts](https://msdn.microsoft.com/en-us/office/office365/api/contacts-rest-operations#GetContacts) that? – Oleg Bogdanov Jan 13 '17 at 18:39
-
I think GetContacts is for the user created contacts. I would like to get all the available contacts at the office. – bbigras Jan 13 '17 at 18:44
-
I dont think that is currently possible – Oleg Bogdanov Jan 13 '17 at 18:48
-
1You may want to look at [Graph api](https://msdn.microsoft.com/library/azure/ad/graph/api/contacts-operations#GetContacts) instead , that may be direction to go – Oleg Bogdanov Jan 13 '17 at 18:50
-
You can navigate in the contacts folder, then foreach folders, get all the contacts, i won't answer because I don't know the API enough : https://msdn.microsoft.com/en-us/office/office365/api/contacts-rest-operations#GetContactFolders – Daniel E. Jan 20 '17 at 14:36