Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 924 Bytes

Get-CIPPUserMailboxDetails.md

File metadata and controls

20 lines (16 loc) · 924 Bytes

Get-CIPPUserMailboxDetails

SYNOPSIS

Retrieves the mailbox details for a specific user in the CIPP system.

DESCRIPTION

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.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant for which to retrieve the mailbox details.

-UserID

Foo Foo
The ID of the user for which to retrieve the mailbox details.

EXAMPLE 1

PS > Get-CIPPUserMailboxDetails -CustomerTenantID "contoso.onmicrosoft.com" -UserID "[email protected]"