MithiDocs

M365 Configurations

Articles

Getting Access to the M365 Graph API
Overview Access to user's mailboxes & drives, teams chat or Sharepoint documents on M365 are granted via the Microsoft Graph API. This is required for reading data as well as to upload data to M365. This document gives the steps to get secur...
Delegating mailbox access in M365
Delegate mailbox access on Microsoft 365 The Graph API access keys allow access to the mailbox service for the admin. In order to access a user's mailbox, an additional step has to be performed to delegate access to the admin id for which the...
Delegating OneDrive access in M365
Delegate OneDrive access on Microsoft 365 The Graph API access keys allow access to the OneDrive service for the admin. In order to access a user's drive, an additional step has to be performed to delegate access to the admin id for which the...
Exporting PST files from Microsoft 365 In-place Archive
Overview The In-Place Archive is a popular feature of M365 where old mails for end users are held. Mails are pushed to the In-place archive either via retention policies, or manually when a user's mailbox quota is reached. To extract the conte...