Googleapis Licensing
Connector for the googleapis-licensing API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://licensing.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
licensing_licenseassignments_get— GET /apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId} — Get a specific user's license by product SKU.licensing_licenseassignments_listforproductandsk— GET /apps/licensing/v1/product/{productId}/sku/{skuId}/users — List all users assigned licenses for a specific product SKU.licensing_licenseassignments_listforproduct— GET /apps/licensing/v1/product/{productId}/users — List all users assigned licenses for a specific product SKU.licensing_licenseassignments_insert— POST /apps/licensing/v1/product/{productId}/sku/{skuId}/user — Assign a license.licensing_licenseassignments_update— PUT /apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId} — Reassign a user's product SKU with a different SKU in the same product.licensing_licenseassignments_delete— DELETE /apps/licensing/v1/product/{productId}/sku/{skuId}/user/{userId} — Revoke a license.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: licensing_licenseassignments_get
# (attach an 'oauth' credential to the task — no inline secrets)