Create Event zoom_events/events
403 No Permission when trying to create an event.
Hi, When trying to create an event I get a 403 No permission error. I’m pretty sure I have all the required scopes. Any help would be greatly appreciated.
This is the error I get:
{
“code”: 403,
“message”: “No permission”
}
How To Reproduce
v2/zoom_events/events
Headers:
Authorization:Bearer {{token}}
Body:
{
“name”: “TEST EVENT”,
“description”: “TEST”,
“event_type”: “SIMPLE_EVENT”,
“access_level”: “PRIVATE_UNRESTRICTED”,
“meeting_type”: “WEBINAR”,
“timezone”: “Europe/London”,
“calendar”: [
{
“start_time”: “2024-08-03T13:00:00Z”,
“end_time”: “2024-08-03T14:00:00Z”
}
],
“hub_id”: “{{EventHub}}”,
“attendance_type”: “virtual”
}
*2. Authentication method or app type
*
Server-To-Server OAuth, Account Level App. We have a Zoom Workplace Pro and Zoom Events Unlimited 100 on the account.