cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Effective immediately, customers with subscription plans greater than $10 USD/month may receive live chat support. Sign in and visit our contact page to view your support options.

  • Starting February 1, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

Access Token Missing Required Scope: calendar:read:list_calendar_list

Tech_fortuna
Newcomer
Newcomer

Dear Zoom Support Team,

I am encountering an issue with my Zoom OAuth integration. I am using an admin-managed account, but I cannot find the required scope for calendar access. When I switch to a user-managed account, I receive the following error:
{
    code: 4711,
    message: invalid access token, does not contain scopes: user read user admin, user read user
}
If I do not specify any scope, the token API (https://zoom.us/oauth/token) provides me with a token. However, when I use this token to call the calendar API, it gives me the following error:
Access Token Missing Required Scope: calendar read list calendar list

Please provide support to resolve this issue. 

1 REPLY 1

yveszoom
Zoom Employee
Zoom Employee

Hello @Tech_fortuna. Were you able to get this issue resolved?

It appears that the message mentions the scopes user:read:user:admin and user:read:user, which are required by the Get a user and Get a user (ma) APIs. The calendar:read:list_calendar_lists scope is required by the List the calendars in the user's own calendarList​ API. You can see a list of granular scopes here: https://developers.zoom.us/docs/integrations/oauth-scopes-granular/. I encourage you to review the API and Webhooks category of the Developer Forum for additional resources.