Queries details of the active tenant.
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
{
"Tenant": {
"Status": "ACTIVE",
"Tid": 0,
"TenantName": "test_name"
},
"RequestId": "4B63CAC5-BD7F-5C7C-82C9-59DFFBC3C5C2",
"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