Cross Tenant Connection Reports - Create Cross Tenant Connection Report
Generate or fetch a cross-tenant connection report.
POST https://api.powerplatform.com/governance/crossTenantConnectionReports?api-version=2022-03-01-previewURI Parameters
| Name | In | Required | Type | Description | 
|---|---|---|---|---|
| api-version | query | True | string | The API version. | 
Responses
| Name | Type | Description | 
|---|---|---|
| 200 OK | Success | |
| 202 Accepted | Accepted | |
| 400 Bad Request | Bad Request | |
| 401 Unauthorized | Unauthorized | |
| 403 Forbidden | Forbidden | |
| 404 Not Found | Not Found | 
Security
oauth2
Microsoft Entra ID OAuth2
					Type: 
					oauth2
					Flow: 
					implicit
					Authorization URL: 
					https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com
			
Scopes
| Name | Description | 
|---|---|
| .default | .default | 
Definitions
| Name | Description | 
|---|---|
| Cross | |
| Cross | 
CrossTenantConnection  
			
			
				| Name | Type | Description | 
|---|---|---|
| connectionType | enum: 
 | The direction of the cross-tenant connection. | 
| tenantId | string (uuid) | The Azure AD tenant ID to or from which the cross-tenant connection occurred. | 
CrossTenantConnectionReport   
			
			
				| Name | Type | Description | 
|---|---|---|
| @odata.nextLink | string | The URI of the next page of the report containing additional cross-tenant connections. | 
| connections | The page of cross-tenant connections occurring within the report date window. | |
| endDate | string (date-time) | The end of the report date window. | 
| reportId | string (uuid) | The report ID. | 
| requestDate | string (date-time) | The date when the cross-tenant connection report was requested. | 
| startDate | string (date-time) | The start of the report date window. | 
| status | enum: 
 | |
| tenantId | string (uuid) | The Azure AD tenant ID for which the report was generated. |