Confirms the invitation initiated by the master account.
Operation description
1. A member needs to confirm an invitation only if a financial management relationship is established between the management account and the member and enterprise names used by the management account and the member for real-name verification are different. 2. The permissions to be confirmed must be the same as those granted to the member when the management account initiates the invitation.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RelationType | string | Yes | The type of the financial relationship. Set the value to enterprise_group. | Type of the financial relationship |
ParentUserId | long | Yes | The ID of the Alibaba Cloud account that is used as the management account. | 1738376485192612 |
ConfirmCode | string | Yes | The operation to be performed to confirm the invitation. Valid values:
| child_agree |
ChildUserId | long | Yes | The ID of the Alibaba Cloud account that is used as the member. | 1512996702208737 |
RequestId | string | Yes | The unique ID of the request. | request_id |
PermissionCodes | array | Yes | The permissions that can be granted to the member. Valid values:
| |
string | Yes | SYNCHRONIZE_FINANCE_IDENTITY | ||
RelationId | long | No | The ID of the financial relationship. Set this parameter to the value of the RelationId response parameter returned by calling the QueryRelationList operation. | 51463 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Message": "Message returned\n",
"RequestId": "request_id",
"Success": true,
"Data": {
"HostId": "HostId"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||
---|---|---|---|---|---|---|
2021-12-14 | The request parameters of the API has changed | see changesets | ||||
|