简体   繁体   中英

Microsoft Graph - Office 365 API , Obtain Information about mailbox

I'm using O365 Collector template through Postman Agent. I looked into the documentation and I'm looking for the REST route to discover these informations:

  • Number of Mail accounts and their type (if they are shared mailbox, user mailbox)
  • On which system (Exchange 2016? Online?)

Could someone please link me the documentation to obtain these informations?

Thanks

The best way to find what you need is to read the documentation for Outlook mail API.

To differentiate between user mailbox and shared mailbox you need to call Graph API beta and read mailbox settings and read userPurpose property.

I did not find any information how to find the version of Exchange. Probably, it's not available.

Resources:

Outlook mail API

Mailbox settings (beta API)

User purpose

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM