GET /admin/tenants/{tenant_id}/statistics
Get statistical information such as member count and application count for a tenant, for dashboard use
Tenant Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Tenant ID |
Referenced Schemas
dto.TenantOverviewDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.TenantOverviewResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.TenantOverviewResponse
Tenant overview statistics (member count, application count, etc.)
| Field | Type | Required | Example | Constraints | Description |
active_app_count |
integer |
No |
6 |
|
|
app_count |
integer |
No |
8 |
|
|
max_users |
integer |
No |
100 |
|
|
member_count |
integer |
No |
45 |
|
|
tenant_id |
string |
No |
tnt_abc123 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|