Domain name for API request: intlpartnersmgt.tencentcloudapi.com.
This API is used to query the list of customer UINs.
A maximum of 20 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: DescribeCustomerUin. |
Version | Yes | String | Common Params. The value used for this API: 2022-09-28. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Page | Yes | Integer | Page number |
PageSize | Yes | Integer | Number of data entries per page |
Parameter Name | Type | Description |
---|---|---|
Data | Array of DescribeCustomerUinData | List of customer UINs Note: This field may return null, indicating that no valid values can be obtained. |
Total | String | The number of customers |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to query the list of customer UINs.
POST / HTTP/1.1Host: intlpartnersmgt.tencentcloudapi.comContent-Type: application/jsonX-TC-Action: DescribeCustomerUin<Common request parameters>{ "Page": 1, "PageSize": 10}
{
"Response": {
"Data": [
{
"CustomerUin": "123"
}
],
"Total": "123",
"RequestId": "abc"
}
}
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 |
---|---|
InvalidParameter.Page | Incorrect page parameter value. |
OperationDenied.ServiceBusy | System busy. Please try again later. |
UnauthorizedOperation.UinNoAuth | The current user doesn’t have permission for the operation. |
Was this page helpful?