0
votes

I am looking for a method to get the list of all mailboxes through graph api.

List users returns all the users no matter they have mailbox enabled or not, is there any graph api call that can get me the list of all the mailboxes in office 365 using graph API? or any properties that can indicate a user have mailbox enabled?

Thanks very much.

1

1 Answers

0
votes

Please use list place API. refer to the below link

https://docs.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http

Also, you can search individual mailbox details using Get place API.

(I know it's late. But this may help somebody else also.)