gws-reseller
Installation
Summary
Manage Google Workspace customer accounts, subscriptions, and reseller notifications through API commands.
- Three resource categories: customers (create, retrieve, update accounts), subscriptions (activate, change plans/seats, suspend, list), and reseller notifications (register, watch, unregister)
- Supports patch and full update semantics for customer settings; subscription operations include trial-to-paid conversion, renewal management, and transfer to direct
- Requires
gwsbinary and shared authentication setup fromgws-shared/SKILL.md; usegws schemato inspect method parameters before execution
SKILL.md
reseller (v1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws reseller <resource> <method> [flags]
API Resources
customers
get— Gets a customer account. Use this operation to see a customer account already in your reseller management, or to see the minimal account information for an existing customer that you do not manage. For more information about the API response for existing customers, see retrieving a customer account.insert— Orders a new customer's account.patch— Updates a customer account's settings. This method supports patch semantics. You cannot updatecustomerTypevia the Reseller API, but a"team"customer can verify their domain and becomecustomerType = "domain". For more information, see Verify your domain to unlock Essentials features.update— Updates a customer account's settings. You cannot updatecustomerTypevia the Reseller API, but a"team"customer can verify their domain and becomecustomerType = "domain". For more information, see update a customer's settings.
resellernotify
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.3Kgws-docs
Read and write Google Docs.
26.2Kgws-drive
Google Drive: Manage files, folders, and shared drives.
26.1Kgws-sheets
Google Sheets: Read and write spreadsheets.
24.8Kgws-calendar
Google Calendar: Manage calendars and events.
24.7Kgws-docs-write
Google Docs: Append text to a document.
21.9K