cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

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.