tencent cloud

APIs

DescribeOrgMemberAccountBalance

Unduh
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-06-09 17:28:54

1. API Description

Domain name for API request: billing.intl.tencentcloudapi.com.

Query member available balance in batches

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribeOrgMemberAccountBalance.
Version Yes String Common Params. The value used for this API: 2018-07-09.
Region No String Common Params. This parameter is not required.
PageNumber No Integer

Page number

Default value: 1

Value ranges from 1

PageSize No Integer

Page size

Value ranges from 1 to 10

Default value: 10

MemberUins.N No Array of String

Member uin list

Input parameter limit: Elements must be pure digits and the number of elements cannot be greater than 10

Return the account balance information of all members within the organization when empty, and return the account balance information of specified members when not empty

3. Output Parameters

Parameter Name Type Description
Data Array of DescribeOrgMemberAccountBalanceData

Member account balance list

TotalCount Integer

Total record count

PageSize Integer

Actual number of returned results on the current page

PageNumber Integer

current page

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.

4. Example

Example1 Check balance use case return verification

Check balance use case back verification

Input Example

POST / HTTP/1.1
Host: billing.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeOrgMemberAccountBalance
<Common request parameters>

{
    "MemberUins": [
        "700001941608"
    ]
}

Output Example

{
    "Response": {
        "Data": [
            {
                "BasicCreditAmount": 0,
                "CashAccountBalance": 36365911,
                "CreditAmount": 0,
                "IsCreditAccount": false,
                "MemberName": "kleinerwang_test",
                "MemberUin": "700001941608",
                "OweAmount": 0,
                "RealBalance": 36365911,
                "TempCredit": 0
            }
        ],
        "PageNumber": 1,
        "PageSize": 1,
        "TotalCount": 1,
        "RequestId": "241b92ef-b68e-4827-ae15-5ef7f3bd4009"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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 Operation failed.
FailedOperation.PayPriceError Payment failed. Please contact Tencent Cloud to resolve this issue.
InternalError Internal error.
InternalError.GatewayError Gateway error.
UnauthorizedOperation.CamNoAuth The account does not have CAM permission.
UnsupportedOperation Operation unsupported.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan