From 1c16f0ae9b16a1e5258a92b6e40e5f4db6a98215 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Thu, 2 Jul 2026 01:08:31 +0000 Subject: [PATCH] Workforce OAuth: remove scope restriction to get all permitted scopes Co-Authored-By: Claude Sonnet 4.6 --- src/workforce.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/workforce.js b/src/workforce.js index 64dda1f..77ae89f 100644 --- a/src/workforce.js +++ b/src/workforce.js @@ -31,7 +31,6 @@ async function getWorkforceToken() { grant_type: 'password', username: creds.email, password: creds.password, - scope: 'department', }).toString(), signal: AbortSignal.timeout(10000), })