Table of Contents

ExternalConnection.Read.All

Allows the app to read all external connections on behalf of a signed-in user. The signed-in user must be an administrator.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the ExternalConnection.Read.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier 1914711b-a1cb-4793-b019-c2ce0ed21b8c a38267a5-26b6-4d76-9493-935b7599116b
DisplayText Read all external connections Read all external connections
Description Allows the app to read all external connections without a signed-in user. Allows the app to read all external connections on behalf of a signed-in user. The signed-in user must be an administrator.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: connectionOperation

Property Type Description
error publicError If status is failed, provides more information about the error that caused the failure.
id String Unique identifier for the connectionOperation. Read-only.
status microsoft.graph.externalConnectors.connectionOperationStatus Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.