Retrieves the mailbox details for a specific user in the CIPP system.
The Get-CIPPUserMailboxDetails function retrieves the mailbox details for a specific user in the CIPP system. It makes an API call to the "/api/listusermailboxdetails" endpoint, passing the customer tenant ID and user ID as parameters.
The ID of the customer tenant for which to retrieve the mailbox details.
The ID of the user for which to retrieve the mailbox details.
PS > Get-CIPPUserMailboxDetails -CustomerTenantID "contoso.onmicrosoft.com" -UserID "[email protected]"