We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae9287 commit 422c79bCopy full SHA for 422c79b
samples/Zoom.gs
@@ -57,8 +57,8 @@ function getService_() {
57
.setPropertyStore(PropertiesService.getUserProperties())
58
59
// Set the required scopes:
60
- // https://marketplace.zoom.us/docs/guides/zoom-app-marketplace/permissions#user-managed-app-scopes
61
- .setScope('user:read')
+ // https://developers.zoom.us/docs/integrations/oauth-scopes-overview/#granular-scopes
+ .setScope('user:read:user')
62
63
// Set the Authorization header for token requests.
64
// https://marketplace.zoom.us/docs/guides/authorization/oauth-with-zoom#step-3-exchange-the-authorization-code-for-an-access-token
0 commit comments