API Endpoint(s) and/or Zoom API Event(s)
OAuth Authorization (/v2/authorize)
Description
I’m trying to authorize my app with multiple granular scopes:
-
user:read:email:admin
-
meeting:read:meeting:admin
Each scope works individually, but the authorization fails when both scopes are requested together in a single OAuth URL.
App is Ready for local test
There is similar topic about this issue: OAuth Error 4700 When Using Multiple Scopes (user:read:user and meeting:read:list_meetings)
Error
invalid scope
How to Reproduce
The following URLs demonstrate the issue:
Works (single scope)
Works (single scope)
Fails (multiple scopes)