tencent cloud

DescribeShareUnitNodes
Last updated:2026-03-20 00:28:25
DescribeShareUnitNodes
Last updated: 2026-03-20 00:28:25

1. API Description

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

This API is used to obtain a list of shared unit departments.

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: DescribeShareUnitNodes.
Version Yes String Common Params. The value used for this API: 2021-03-31.
Region No String Common Params. This parameter is not required for this API.
UnitId Yes String

Shared unit ID.

.
Offset Yes Integer

Offset. its value must be an integer multiple of the limit. default value: 0.

.
Limit Yes Integer

Limit. value range: 1–50.

.
SearchKey No String

Search keywords. supports department ID search.

.

3. Output Parameters

Parameter Name Type Description
Total Integer

Total number.

.
Items Array of ShareUnitNode

Shared unit department list.

.
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 Retrieving the Shared Unit Department List

Input Example

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

{
    "UnitId": "shareUnit-pj9**1f0du",
    "Offset": 0,
    "Limit": 10
}

Output Example

{
    "Response": {
        "Items": [
            {
                "CreateTime": "2026-02-02 21:21:52",
                "ShareNodeId": 10001
            }
        ],
        "Total": 1,
        "RequestId": "628aeb1f-7645-4c9f-9bcb-31484b89a8d4"
    }
}

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.
InternalError An internal error occurred.
InvalidParameter The parameter is incorrect.
OperationDenied Operation denied.
ResourceNotFound The resource does not exist.
UnsupportedOperation The operation is not supported.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback