WebEx Teams Spoke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 08:37 AM
I am trying to integrate Webex to start conference calls and spaces. I have setup the instance per the docs, webex is setup with the correct accounts, OAuth tokens work, the webhooks are as below on both the instance and webex. When trying to create the webhook I get the following error:
"POST failed: HTTP/1.1 403 Forbidden (url = https://webhook-engine-a.wbx2.com/webhook-engine/api/v1/webhooks, request/response TrackingId = ROUTERGW_d707178d-d52d-409a-850c-be7c7c91b90e, error = 'Admin role required to create webhook ownedBy org')"
Both instance and webex has:
> meeting:admin_participants_read
> meeting:admin_schedule_read
> meeting:admin_schedule_write
> spark-admin:licenses_read
> spark-admin:organizations_read
> spark-admin:people_read
> spark-admin:people_write
> spark-admin:roles_read
> spark-compliance:events_read
> spark:all
Any thoughts on why we are getting the error? I user creating the webhook has admin as does the webex account. Thanks so much for any help.