googleapis.com

The Google Enterprise License Manager API lets you manage Google Workspace and related licenses for all users of a customer that you manage.

🔑 oauth2 7 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
List all users assigned licenses for a specific product SKU.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://licensing.googleapis.com/apps/licensing/v1/product/{productId}/users
List all users assigned licenses for a specific product SKU.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://licensing.googleapis.com/apps/licensing/v1/product/{productId}/sku/{skuId}/users
Get a specific user's license by product SKU.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://licensing.googleapis.com/apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}
Endpoints (7 total)
GET
/apps/licensing/v1/product/{productId}/users
List all users assigned licenses for a specific product SKU.
GET
/apps/licensing/v1/product/{productId}/sku/{skuId}/users
List all users assigned licenses for a specific product SKU.
GET
/apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}
Get a specific user's license by product SKU.
POST
/apps/licensing/v1/product/{productId}/sku/{skuId}/user
Assign a license.
PUT
/apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}
Reassign a user's product SKU with a different SKU in the same product.
PATCH
/apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}
Reassign a user's product SKU with a different SKU in the same product. This …
DELETE
/apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId}
Revoke a license.
At a glance
Total SDKs10
Languages6
Endpoints7
Authoauth2
Categories2
https://licensing.googleapis.com