API Connectors Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
APIConnectors.Read.All | b86848a7-d5b1-41eb-a9b4-54a4e6306e97 | Read API connectors for authentication flows | Allows the app to read the API connectors used in user authentication flows, without a signed-in user. |
APIConnectors.ReadWrite.All | 1dfe531a-24a6-4f1b-80f4-7a0dc5a0a171 | Read and write API connectors for authentication flows | Allows the app to read, create and manage the API connectors used in user authentication flows, without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
APIConnectors.Read.All | 1b6ff35f-31df-4332-8571-d31ea5a4893f | Read API connectors for authentication flows | Allows the app to read the API connectors used in user authentication flows, on behalf of the signed-in user. |
APIConnectors.ReadWrite.All | c67b52c5-7c69-48b6-9d48-7b3af3ded914 | Read and write API connectors for authentication flows | Allows the app to read, create and manage the API connectors used in user authentication flows, on behalf of the signed-in user. |