Forum Discussion
jesspoemape
Oct 16, 2023Copper Contributor
Why is Action.Execute returning 209: Invoke Validation Failed. User Forbidden to perform action?
I have a bot that responds to link unfurling with an Adaptive Card with some buttons that fire Action.Execute. When I click the button, the app displays "Something went wrong. Please try again", an...
Sayali-MSFT
Microsoft
Oct 17, 2023jesspoemape- Thanks for reporting your issue.
We will check this at our end and will get back to you.
We will check this at our end and will get back to you.
- Sayali-MSFTOct 18, 2023
Microsoft
jesspoemape-As per the manifest shared by you, you have added the personal scope. Could you please also add the team's scope and double-check it once?- jesspoemapeOct 18, 2023Copper Contributor
Sayali-MSFT Ok I added the teams scope, and I am no longer seeing that error. My manifest now looks like this:
"bots": [ { "botId": REDACTED, "scopes": [ "personal", "team" ], "commandLists": [ { "commands": [ { "title": "login", "description": "login to account" }, { "title": "logout", "description": "logout of account" } ], "scopes": [ "personal" ] } ], "isNotificationOnly": false, "supportsCalling": false, "supportsVideo": false, "supportsFiles": false } ], "composeExtensions": [ { "botId": REDACTED, "commands": [], "canUpdateConfiguration": false, "messageHandlers": [ { "type": "link", "value": { "domains": [REDACTED], "supportsAnonymizedPayloads": false } } ] } ],
- Sayali-MSFTOct 19, 2023
Microsoft
jesspoemape-Has your issue been resolved, or is it still showing any errors?