google-admin-sdkgoogle-license-manager

How to manage Google Vault Licenses with License Manager API


Now that Google Apps Vault supports licensing for a subset of users, I'd like to be able to manage Vault users with the Licensing API. However, it seems that while the Reseller API supports Vault as a product and sku, the License Manager API does not.

Thinking maybe the documentation was just lagging as sometimes happens, I tried a licensing.licenseAssignments.listForProduct() API call with Google-Vault as both the productId and skuId as is used in the Reseller API. It returned a 400 error with the message Invalid productId: Google-Vault

Is there a non-reseller way to manage Vault licenses programatically? If not can this be added as an enhancement request?


Solution

  • Try to use VAULT as the productID and Google-Vault as skuID. See if that works!