cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 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.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

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.