Initiates the Push Transfer process to transfer the domain to another registrar. The process might complete instantly or might require confirmation or additional work. Check the emails sent to the email address of the registrant. The process is aborted after a timeout if it's not completed.
This method is only supported for domains that have the REQUIRE_PUSH_TRANSFER property in the list of domainProperties. The domain must also be unlocked before it can be transferred to a different registrar.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-16 UTC."],[[["This webpage describes the process of initiating a `Push Transfer` to move a domain to a different registrar, which may require confirmation or additional actions to complete."],["The `Push Transfer` method is only applicable to domains possessing the `REQUIRE_PUSH_TRANSFER` property and that are unlocked, and it can be initiated via a POST HTTP request to the specified URL."],["The HTTP request requires a `registration` path parameter, formatted as `projects/*/locations/*/registrations/*`, and the `domains.registrations.configureManagement` IAM permission."],["The request body must include a JSON object with a `tag` field, representing the new registrar's tag, while the successful response body contains an instance of `Operation`."],["The process requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]