gws-licensing

Assign and manage Google Workspace product licenses for users and groups.

8|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-licensing-niclasmartinsson-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-licensing
Source: https://github.com/niclasmartinsson-sys/google-workspace-cli/tree/main/skills/gws-licensing
Command: npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-licensing-niclasmartinsson-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Google Workspace licenses for users and groups is error-prone and time-consuming, leading to licensing gaps and compliance risks.

Core Features & Use Cases

  • Assign licenses to users or groups to enable access to Google Workspace products.
  • List and audit licenses by product or user to support compliance reporting.
  • Update or revoke licenses in bulk as org policies change.

Quick Start

Use gws licensing to assign a license to a user via the licenseAssignments.insert method.

Frequently Asked Questions about gws-licensing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assign Google Workspace licenses to users in bulk?

You can assign Google Workspace licenses in bulk by using the licenseAssignments.insert API method to enable product access for users and groups during onboarding or policy updates.

What is the best way to audit Google Workspace licenses for compliance reporting?

The best way to audit Google Workspace licenses for compliance is to list and audit license assignments by product or user using the listForProduct API method.

Can I manage enterprise Google Workspace licenses across multiple domains?

Yes, you can manage enterprise Google Workspace licenses across multiple domains and products using API operations like patch and delete to update or revoke access as policies change.

How do I revoke Google Workspace product licenses when org policies change?

You can revoke Google Workspace product licenses when org policies change by using the API-based delete operation for licenseAssignments to remove user or group access.

What API methods are available for Google Workspace license management?

Available API methods for Google Workspace license management include listForProduct, insert, patch, and delete for licenseAssignments to assign, audit, update, and revoke product licenses.