Bots - Get Connector Consent Bypass
Get Connector Consent Bypass.
Get the admin connector consent bypass setting for a bot.
GET https://api.powerplatform.com/copilotstudio/environments/{EnvironmentId}/bots/{BotId}/api/connectorConsentBypass?api-version=2024-10-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
Bot
|
path | True |
string |
The bot ID. |
|
Environment
|
path | True |
string |
The environment ID. |
|
api-version
|
query | True |
string |
The API version. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Successful response |
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
ConnectorConsentBypassResponse
The admin connector consent bypass setting for a bot.
| Name | Type | Description |
|---|---|---|
| adminConsentBypass |
boolean |
Indicates whether admin connector consent bypass is enabled for the bot. |