All Products
Search
Document Center

Alibaba Cloud DNS:TransferDomain

Last Updated:Mar 15, 2024

Transfers multiple domain names from the current account to another account at a time.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
en
DomainNamesstringYes

The domain names. Separate multiple domain names with commas (,). Only domain names registered with Alibaba Cloud are supported.

test1.com,test2.com
RemarkstringNo

The description of the domain name.

test domain transfer
TargetUserIdlongYes

The destination user ID. The domain names and their Domain Name System (DNS) records are transferred to the destination user ID.

12345678

Response parameters

ParameterTypeDescriptionExample
object
TaskIdlong

The task ID.

112233
RequestIdstring

The request ID.

536E9CAD-DB30-4647-AC87-AA5CC38C5382

Examples

Sample success responses

JSONformat

{
  "TaskId": 112233,
  "RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history