Parameter | Description |
---|---|
New Owner User ID | ID of the user to whom the data is being transferred. |
Old Owner User ID | ID of the user whose data is being transferred. |
Parameter | Description |
---|---|
Delegated User Override | Perform 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. |
{
"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"
}
Was this page helpful?