Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionStarting 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!
2024-12-06 02:27 AM
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.
2025-01-30 02:03 PM
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.