GAM supports the licenses listed in the "Product SKU ID" column of Google's Documentation. Additionally, GAM supports abbreviations for some of the SKU names:
license | abbreviation |
---|---|
Google-Apps-For-Business | gafw or apps |
Google-Apps-Unlimited | gau |
Google-Apps-For-Postini | gams |
Google-Vault | vault |
Google-Vault-Former-Employee | vfe |
gam user <username>|group <groupname>|ou <ouname>|all users add license <sku>
Assign a license for the given SKU to a user or number of users.
This example gives members of the sales team a Vault license
gam group sales add license vault
This example gives users in the "Google Coordinate" OU a license for Google Coordinate
gam ou "Google Coordinate" add license Google-Coordinate
gam user <username>|group <groupname>|ou <ouname>|all users update license <sku> from <oldsku>
Update the license for the given users.
This example switches a user from Google Apps Message Security to Google Apps for Work licensing.
gam user heavydriveuser@acme.org update license gafw from gams
gam user <username>|group <groupname>|ou <ouname>|all users delete license <sku>
Deletes the given SKU license for the users.
This example will remove the Coordinate license for all users.
gam all users delete license coordinate