Transfer drive ownership between workspace users.
External DocumentationTo learn more, visit the Google Admin Console documentation.

Basic Parameters

ParameterDescription
New Owner User IDThe ID of the user to whom the data is being transferred.
Old Owner User IDThe ID of the user whose data is being transferred.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
	"kind": "<string>",
	"etag": "<string>",
	"id": "<string>",
	"oldOwnerUserId": "<string>",
	"newOwnerUserId": "<string>",
	"applicationDataTransfers": [
		{
			"applicationId": "<string>",
			"applicationTransferParams": [
				{
					"key": "<string>",
					"value": [
						"<string>"
					]
				}
			],
			"applicationTransferStatus": "<string>"
		}
	],
	"overallTransferStatusCode": "<string>",
	"requestTime": "2022-01-04T19:58:49"
}

Workflow Library Example

Transfer Drive Ownership with Google Admin Console and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop