Lists the transfers for a customer by source user, destination user, or status.
HTTP request
GET https://admin.googleapis.com/admin/datatransfer/v1/transfers
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
customerId |
Immutable ID of the Google Workspace account. |
maxResults |
Maximum number of results to return. Default is 100. |
newOwnerUserId |
Destination user's profile ID. |
oldOwnerUserId |
Source user's profile ID. |
pageToken |
Token to specify the next page in the list. |
status |
Status of the transfer. |
Request body
The request body must be empty.
Response body
Template for a collection of DataTransfer resources.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"etag": string,
"dataTransfers": [
{
object ( |
Fields | |
---|---|
kind |
Identifies the resource as a collection of data transfer requests. |
etag |
ETag of the resource. |
dataTransfers[] |
transfers.list of data transfer requests. |
nextPageToken |
Token to specify the next page in the list. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/admin.datatransfer
https://www.googleapis.com/auth/admin.datatransfer.readonly
For more information, see the Authorization guide.