CreateAgAccount

更新时间:
复制 MD 格式

Creates an account linking relationship.

Operation description

Creates a master-member relationship for financial management.

Try it now

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

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

LoginEmail

string

Yes

The logon email address of the member account.

email

AccountAttr

string

No

The properties of the new account. In the console, click Account Properties in the top menu bar to go to the Security Settings page and view the properties.

1

EnterpriseName

string

No

The name of the enterprise. This is the enterprise name that corresponds to the Unified Social Credit Code.

Dongguan ChuangNeng Electric Appliance Co., Ltd

FirstName

string

No

The first name of the user under the level 1 category.

Zhicheng

LastName

string

No

The last name of the user.

Maximum length: 64 characters.

Wu

NationCode

string

No

The country code.

CN

ProvinceName

string

No

The name of the province. This parameter is optional.

Beijing

CityName

string

No

The name of the city in English.

Beijing

Postcode

string

No

The postal code.

350000

Response elements

Parameter

Type

Description

Example

object

Code

string

The status code.

LOGIN_EMAIL_HAS_BEEN_USED

Message

string

The error message.

loginEmail=685741089H@chinaunicom.cn,has used

RequestId

string

The request ID.

EAE08A27-386C-579E-966D-8853EC3C5D0E

Success

boolean

Indicates whether the request was successful.

true

AgRelationDto

object

The level 2 relationship between the master account (MPK) and the member account (PK).

Type

string

The type of the account linking relationship.

FINACE_CLOUD

Pk

string

The UID of the member account (PK) that is managed by the master account (MPK).

1728240534507590

RamAdminRoleName

string

The name of the RAM role.

admin-role

Mpk

string

The UID of the master account (MPK).

1785287436011964

Examples

Success response

JSON format

{
  "Code": "LOGIN_EMAIL_HAS_BEEN_USED",
  "Message": "loginEmail=685741089H@chinaunicom.cn,has used",
  "RequestId": "EAE08A27-386C-579E-966D-8853EC3C5D0E",
  "Success": true,
  "AgRelationDto": {
    "Type": "FINACE_CLOUD",
    "Pk": "1728240534507590",
    "RamAdminRoleName": "admin-role",
    "Mpk": "1785287436011964"
  }
}

Error codes

See for a complete list.

Release notes

See 变更详情 for a complete list.