Domain name for API request: intlpartnersmgt.intl.tencentcloudapi.com.
This API is used to perform operations. Application for allowlist is required before usage. If needed, contact your business representative to request allowlisting. The specific usage process is as follows;.
This API is used to create an invitation link. You can send the invitation link to your designated email address.
This API is used to handle cases where if the designated mailbox does not receive the invitation link, you can send the invitation link returned by the API to the customer manually.
Invocation roles: resellers, distributors, second-level reseller.
A maximum of 1 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: CreateAndSendClientInvitationMail. |
| Version | Yes | String | Common Params. The value used for this API: 2022-09-28. |
| Region | No | String | Common Params. This parameter is not required. |
| Yes | String | Email address that receives the customer invitation link. | |
| InvitationRole | No | String | Invite a role. Note: if no value is passed, it defaults to the sub - customer. Client: customer. SubAgent: second-level reseller. |
| MaterialUrl | No | String | Specifies the application material. Note: this field takes effect only in the scenario of inviting a second-level reseller. |
| Parameter Name | Type | Description |
|---|---|---|
| InvitationLink | String | Specifies the invitation link for the customer. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: intlpartnersmgt.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateAndSendClientInvitationMail
<Common request parameters>
{
"Email": "abc@gmail.com"
}{
"Response": {
"InvitationLink": "https://www.tencentcloud.com/reseller-customer/invitation?RegisterToken=28c******2f",
"RequestId": "91158930-****-496f-****-8f32f5edabcc"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation.SendMailLimit180 | The interval between sending invitation links is less than three minutes. Please try again later. |
| OperationDenied.ServiceBusy | System busy. Please try again later. |
| RequestLimitExceeded | Too many requests. |
Feedback