Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 665 Bytes

Get-CIPPAppConsentReqs.md

File metadata and controls

16 lines (13 loc) · 665 Bytes

Get-CIPPAppConsentReqs

SYNOPSIS

Retrieves app consent requests for a specific customer tenant.

DESCRIPTION

The Get-CIPPAppConsentReqs function retrieves app consent requests for a specific customer tenant by making a REST API call to the "/api/listappconsentrequests" endpoint.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant for which to retrieve app consent requests. This parameter is mandatory.

EXAMPLE 1

PS > Get-CIPPAppConsentReqs -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778"