gum logofield manual
ServicesGroups SettingsGoogle APIs for agents and terminals

Groups Settings

Groups Settings has 2 operations in gum's generated catalog. Start with search when you know the task, use describe to inspect request fields and scopes, then dispatch through the command that matches the operation risk class.

Count Value
Family Workspace administration
Operations 2
Risk classes 1 read, 1 write
Auth strategies 2 byo_oauth

Start here

bash
gum search "groups settings"
gum describe groupssettings.groups.get
gum read groupssettings.groups.get --args '{"groupUniqueId":"<groupUniqueId>"}' --output json

For write-class operations, gum requires the write command and an explicit write gate:

bash
gum describe groupssettings.groups.update
gum write groupssettings.groups.update --allow-write --args '{"groupUniqueId":"<groupUniqueId>"}'

Operations

Operation Risk Auth Summary
groupssettings.groups.get read byo_oauth Fetch a Workspace group's settings by email (groupUniqueId): posting permissions, join policy, archiving, etc.
groupssettings.groups.update write byo_oauth Replace a Workspace group's settings (args.body).

Next