Google Admin Data Transfer
No catalog description yet.
google-admin-data-transferv1.0.05 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
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_ADMIN_DATA_TRANSFER_APPLICATIONS_GET", 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_ADMIN_DATA_TRANSFER_APPLICATIONS_GET", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_GET --data '{ }'Tool catalog
Available tools
5 callable operations
Datatransfer Applications GetGOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_GETRetrieves information about an application for the given application ID.Connection2 scopes
Retrieves information about an application for the given application ID.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonlyTags
applications
Datatransfer Applications ListGOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_LISTLists the applications available for data transfer for a customer.Connection2 scopes
Lists the applications available for data transfer for a customer.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonlyTags
applications
Datatransfer Transfers GetGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_GETRetrieves a data transfer request by its resource ID.Connection2 scopes
Retrieves a data transfer request by its resource ID.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonlyTags
transfers
Datatransfer Transfers InsertGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_INSERTInserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.Connection1 scope
Inserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/admin.datatransferTags
transfers
Datatransfer Transfers ListGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_LISTLists the transfers for a customer by source user, destination user, or status.Connection2 scopes
Lists the transfers for a customer by source user, destination user, or status.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonlyTags
transfers