All Products
Search
Document Center

Alibaba Cloud DNS:CreateAtiRegistrant

Last Updated:Aug 28, 2026

Submits a real-name registrant.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ClientToken

string

No

Ensures the idempotency of the request. Generate a parameter value from your client to ensure uniqueness across different requests. ClientToken supports only ASCII characters and cannot exceed 64 characters.

Note

If you do not specify this parameter, the system automatically uses the RequestId of the API request as the ClientToken. The RequestId may differ for each API request.

eyJhbGciOiJIUzI1NiIsInR5cC.....

Name

string

Yes

The name of the registrant. The name cannot exceed 255 characters in length.

Zhang XX

DocumentType

string

Yes

The document type of the registrant.

FieldDescription
SFZID card
HZPassport
ORGOrganization code certificate
YYZZBusiness license
BDDMMilitary unit code
CHNSHXYDUnified Social Credit Code certificate of the People's Republic of China
GAJMTXMainland Travel Permit for Hong Kong and Macao Residents
GAJZZResidence Permit for Hong Kong and Macao Residents
GATLYCZDRegistration certificate for permanent representative offices of tourism departments in Hong Kong, Macao, and Taiwan
GAXWZNDJRegistration certificate for permanent mainland journalist stations of Hong Kong and Macao news agencies
GZJGZYNotary office practice certificate
JDDWFWMilitary unit paid service license
JGZMilitary officer certificate
JJHFRFoundation legal person registration certificate
LSZYLaw firm practice license
MBFQYPrivate non-enterprise unit registration certificate
MBXXBXPrivate school operating license
NCJTJJZZRural collective economic organization registration certificate
QTTYDMOther - Unified Social Credit Code
SFJDJudicial appraisal license
SHTTFRSocial organization legal person registration certificate
SHFWJGSocial service institution registration certificate
SYDWFRPublic institution legal person certificate
TYDMUnified Social Credit Code certificate
YLJGZYMedical institution practice license
ZCWYHDJZArbitration commission registration certificate
ZJCSReligious activity venue registration certificate
BJWSXXOperating license for schools for children of foreign embassy staff in Beijing
JWJGCertificate of overseas institution
JWFZFDBJRegistration certificate for representative offices of overseas non-governmental organizations
WGCZJGRegistration certificate for permanent representative offices of foreign enterprises
WGZHWHRegistration certificate for foreign cultural centers in China
WGZHXWJGCertificate for foreign news agencies in China
WJLSFZForeigner permanent residence ID card
WLCZJGRegistration certificate for permanent representative offices of foreign government tourism departments
QTOther

SFZ

DocumentCode

string

Yes

The document number of the registrant. The number cannot exceed 50 characters in length.

110123456789122341

Email

string

Yes

The email address. The address cannot exceed 300 characters in length.

example@example.com

DocumentImage

string

Yes

The document image of the registrant (base64-encoded). The original file size must be between 50 KB and 3 MB.

Document image

Cc

string

Yes

The country or region of the registrant. Specify a 2-character country or region code (refer to GB/T 2659.1-2022).

CN

State

string

Yes

The province of the registrant. The value cannot exceed 255 characters in length. If the country is China, the value must comply with GB/T 2260-2007.

Zhejiang

City

string

Yes

The city of the registrant. The value cannot exceed 255 characters in length. If the country is China, the value must comply with GB/T 2260-2007.

Hangzhou

Street

string

No

The address of the registrant. The value cannot exceed 255 characters in length.

XX District, XX Street

Phone

string

Yes

The phone number of the registrant. The value cannot exceed 128 characters in length. If the country is China and the number is not a mobile phone number, the area code must match the city.

13112345678

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

536E9CAD-DB30-4647-AC87-AA5CC38C5382

RegistrantId

string

The ID of the real-name registrant.

2072277378616354816

Name

string

The name of the real-name registrant.

Zhang XX

Status

string

The real-name verification status. Valid values:

  • Approved.

  • Pending review.

  • Rejected.

Approved

CreateTimestamp

integer

The creation time (timestamp).

1527690629357

AccessDeniedDetail

object

The details of the access denial. This field is returned only when RAM authentication fails.

AuthAction

string

The unauthorized operation that was attempted.

CreateUser

AuthPrincipalDisplayName

string

The display name of the authorization principal.

2015555733387XXXX

AuthPrincipalOwnerId

string

The owner ID of the authorization principal.

10469733312XXX

AuthPrincipalType

string

The identity type.

SubUser

EncodedDiagnosticMessage

string

The encrypted diagnostic message.

AQEAAAAAaNIARXXXXUQwNjE0LUQzN0XXXXVEQy1BQzExLTMzXXXXNTkxRjk1Ng==

NoPermissionType

string

The reason for the authentication failure. Valid values:

  • ExplicitDeny: explicit deny.

  • ImplicitDeny: implicit deny.

ImplicitDeny

PolicyType

string

The policy type.

DlpSend

Examples

Success response

JSON format

{
  "RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
  "RegistrantId": "2072277378616354816",
  "Name": "张xx",
  "Status": "审核通过",
  "CreateTimestamp": 1527690629357,
  "AccessDeniedDetail": {
    "AuthAction": "CreateUser",
    "AuthPrincipalDisplayName": "2015555733387XXXX",
    "AuthPrincipalOwnerId": "10469733312XXX",
    "AuthPrincipalType": "SubUser",
    "EncodedDiagnosticMessage": "AQEAAAAAaNIARXXXXUQwNjE0LUQzN0XXXXVEQy1BQzExLTMzXXXXNTkxRjk1Ng==",
    "NoPermissionType": "ImplicitDeny",
    "PolicyType": "DlpSend"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.