pydo.images.post_account_transfer_accept()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.images.post_account_transfer_accept(
image_id=62137902,
body={
"transfer_id": 3164444,
"recipient_uuid": "4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cf",
},
)Description
To accept an account transfer for an image, send a POST request to
/v2/images/{image_id}/account_transfer/accept.
Parameters
image_idinteger requiredA unique number that can be used to identify and reference a specific image.
transfer_idinteger requiredExample:
3164444A unique number that used to identify and reference an image account transfer.
recipient_uuidstring requiredExample:
4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cfThe UUID of the team that the image will be transferred to.
Request Sample
More Information
See /v2/images/{image_id}/account_transfer/accept in the API reference for additional detail on responses, headers, parameters, and more.