Open Connector
All tools

Google Workspace Licensing

No catalog description yet.

google-licensingv1.0.07 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "GOOGLE_LICENSING_LICENSE_ASSIGNMENTS_DELETE",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_LICENSING_LICENSE_ASSIGNMENTS_DELETE", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute GOOGLE_LICENSING_LICENSE_ASSIGNMENTS_DELETE --data '{ }'

Tool catalog

Available tools

7 callable operations

Licensing LicenseAssignments DeleteGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_DELETERevoke a license.

Revoke a license.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments GetGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_GETGet a specific user's license by product SKU.

Get a specific user's license by product SKU.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments InsertGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_INSERTAssign a license.

Assign a license.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments ListForProductGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_LIST_FOR_PRODUCTList all users assigned licenses for a specific product SKU.

List all users assigned licenses for a specific product SKU.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments ListForProductAndSkuGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_LIST_FOR_PRODUCT_AND_SKUList all users assigned licenses for a specific product SKU.

List all users assigned licenses for a specific product SKU.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments PatchGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_PATCHReassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.

Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments UpdateGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_UPDATEReassign a user's product SKU with a different SKU in the same product.

Reassign a user's product SKU with a different SKU in the same product.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments