Enterprise License Manager API: licenseAssignments. The Google Enterprise License Manager API lets you manage Google Workspace and related licenses for all users of a customer that you manage. See: https://developers.google.com/admin-sdk/licensing/docs/reference/rest/v1/licenseAssignments
Enterprise License Manager API: licenseAssignments. The Google Enterprise License Manager API lets you manage Google Workspace and related licenses for all users of a customer that you manage. See: https://developers.google.com/admin-sdk/licensing/docs/reference/rest/v1/licenseAssignments
(delete$ auth parameters)
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/delete
Required parameters: productId, skuId, userId
Optional parameters: none
Revoke a license.
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/delete Required parameters: productId, skuId, userId Optional parameters: none Revoke a license.
(get$ auth parameters)
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/get
Required parameters: productId, skuId, userId
Optional parameters: none
Get a specific user's license by product SKU.
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/get Required parameters: productId, skuId, userId Optional parameters: none Get a specific user's license by product SKU.
(insert$ auth parameters body)
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/insert
Required parameters: productId, skuId
Optional parameters: none
Body:
{:userId string}
Assign a license.
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/insert Required parameters: productId, skuId Optional parameters: none Body: {:userId string} Assign a license.
(listForProduct$ auth parameters)
Required parameters: productId, customerId
Optional parameters: maxResults, pageToken
List all users assigned licenses for a specific product SKU.
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/listForProduct Required parameters: productId, customerId Optional parameters: maxResults, pageToken List all users assigned licenses for a specific product SKU.
(listForProductAndSku$ auth parameters)
Required parameters: productId, skuId, customerId
Optional parameters: maxResults, pageToken
List all users assigned licenses for a specific product SKU.
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/listForProductAndSku Required parameters: productId, skuId, customerId Optional parameters: maxResults, pageToken List all users assigned licenses for a specific product SKU.
(patch$ auth parameters body)
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/patch
Required parameters: productId, skuId, userId
Optional parameters: none
Body:
{:kind string, :etags string, :productId string, :userId string, :selfLink string, :skuId string, :skuName string, :productName string}
Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/patch Required parameters: productId, skuId, userId Optional parameters: none Body: {:kind string, :etags string, :productId string, :userId string, :selfLink string, :skuId string, :skuName string, :productName string} Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.
(update$ auth parameters body)
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/update
Required parameters: productId, skuId, userId
Optional parameters: none
Body:
{:kind string, :etags string, :productId string, :userId string, :selfLink string, :skuId string, :skuName string, :productName string}
Reassign a user's product SKU with a different SKU in the same product.
https://developers.google.com/admin-sdk/licensing/api/reference/rest/v1/licenseAssignments/update Required parameters: productId, skuId, userId Optional parameters: none Body: {:kind string, :etags string, :productId string, :userId string, :selfLink string, :skuId string, :skuName string, :productName string} Reassign a user's product SKU with a different SKU in the same product.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close