Creates an account linking relationship.
Operation description
Creates a master-member relationship for financial management.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
LoginEmail | string | Yes | The logon email address of the member account. | |
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 Error Codes for a complete list.
Release notes
See Release Notes for a complete list.