diff --git a/src/officehours_api/backends/zoom.py b/src/officehours_api/backends/zoom.py index 3395f1c9..96656229 100644 --- a/src/officehours_api/backends/zoom.py +++ b/src/officehours_api/backends/zoom.py @@ -221,7 +221,6 @@ def get_auth_url(cls, redirect_uri: str, state: str): f"{Backend.base_url}/oauth/authorize" f"?response_type=code" f"&client_id={cls.client_id}" - f"&scope=meeting:read%20meeting:write" f"&state={state}" f"&redirect_uri={redirect_uri}" )