Queries tenants.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C478D9DA-3615-50F6-A2BC-7855AD65****",
"TenantList": [
{
"Status": "ACTIVE",
"Tid": 0,
"TenantName": "test_name"
}
],
"ErrorCode": "TenantNotExist",
"ErrorMessage": "The specified tenant does not exist.",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history