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.
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. . |
| 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. |
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
}
{
"Response": {
"Items": [
{
"CreateTime": "2026-02-02 21:21:52",
"ShareNodeId": 10001
}
],
"Total": 1,
"RequestId": "628aeb1f-7645-4c9f-9bcb-31484b89a8d4"
}
}
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 | 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. |
Feedback