[[["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 2025-06-30 UTC."],[[["\u003cp\u003eThis webpage details the process of importing a domain name from Google Domains into Cloud Domains using the \u003ccode\u003eregistrations.import\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request for importing a domain is a \u003ccode\u003ePOST\u003c/code\u003e request to the specified URL, which requires the parent resource in the format \u003ccode\u003eprojects/*/locations/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires the \u003ccode\u003edomainName\u003c/code\u003e field, which is the domain name in Punycode format for Unicode domains, and optionally takes labels.\u003c/p\u003e\n"],["\u003cp\u003eThe user must have \u003ccode\u003edomains.registrations.create\u003c/code\u003e IAM permissions on the specified parent resource and ownership permission on the domain in Google Domains to carry out the operation.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authorization, and returns an instance of an \u003ccode\u003eOperation\u003c/code\u003e upon successful completion.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.registrations.import\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n| This item is deprecated!\nDeprecated: For more information, see [Cloud Domains feature deprecation](https://cloud.google.com/domains/docs/deprecations/feature-deprecations)\n\nImports a domain name from [Google Domains](https://domains.google/) for use in Cloud Domains.\n\nTo transfer a domain from another registrar, use the `registrations.transfer` method instead.\n\nSince individual users can own domains in Google Domains, the calling user must have ownership permission on the domain.\n\n### HTTP request\n\n`POST https://domains.googleapis.com/v1/{parent=projects/*/locations/*}/registrations:import`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/domains/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]