Add admin.directory.user.security scope (#2597)

This commit is contained in:
Pavlo Tkach
2024-10-25 21:24:15 +00:00
committed by GitHub
parent a9ba770bfa
commit fdb0664841
2 changed files with 17 additions and 13 deletions
@@ -374,6 +374,9 @@ credentialOAuth:
- https://www.googleapis.com/auth/admin.directory.group
# View and manage users in Google Workspace
- https://www.googleapis.com/auth/admin.directory.user
# Security scope which seems to be required to create users via API,
# based on https://github.com/googleapis/google-api-nodejs-client/issues/1884
- https://www.googleapis.com/auth/admin.directory.user.security
# View and manage group settings in Group Settings API.
- https://www.googleapis.com/auth/apps.groups.settings
# Send email through Gmail.