Open Connector
All tools

Google Admin Data Transfer

No catalog description yet.

google-admin-data-transferv1.0.05 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_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.

Retrieves information about an application for the given application ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonly

Tags

applications
Datatransfer Applications ListGOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_LISTLists the applications available for data transfer for a customer.

Lists the applications available for data transfer for a customer.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonly

Tags

applications
Datatransfer Transfers GetGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_GETRetrieves a data transfer request by its resource ID.

Retrieves a data transfer request by its resource ID.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonly

Tags

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.

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 required

Scopes

https://www.googleapis.com/auth/admin.datatransfer

Tags

transfers
Datatransfer Transfers ListGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_LISTLists the transfers for a customer by source user, destination user, or status.

Lists the transfers for a customer by source user, destination user, or status.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonly

Tags

transfers