gws-licensing
Original:🇺🇸 English
Translated
Google Workspace Enterprise License Manager: Manage product licenses.
511installs
Sourcegoogleworkspace/cli
Added on
NPX Install
npx skill4agent add googleworkspace/cli gws-licensingTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →licensing (v1)
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
bash
gws licensing <resource> <method> [flags]API Resources
licenseAssignments
- — Revoke a license.
delete - — Get a specific user's license by product SKU.
get - — Assign a license.
insert - — List all users assigned licenses for a specific product SKU.
listForProduct - — List all users assigned licenses for a specific product SKU.
listForProductAndSku - — Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.
patch - — Reassign a user's product SKU with a different SKU in the same product.
update
Discovering Commands
Before calling any API method, inspect it:
bash
# Browse resources and methods
gws licensing --help
# Inspect a method's required params, types, and defaults
gws schema licensing.<resource>.<method>Use output to build your and flags.
gws schema--params--json