GET /internal/tenant/{tenant_id}
For internal use: get tenant basic info and status
Tenant Service - Internal None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Tenant ID |
Referenced Schemas
dto.DataResponse-dto_TenantInfo
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.TenantInfo |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.TenantInfo
| Field | Type | Required | Example | Constraints | Description |
brand_custom_css |
string |
No |
|
|
|
brand_favicon_url |
string |
No |
|
|
|
brand_logo_url |
string |
No |
|
|
|
brand_primary_color |
string |
No |
|
|
|
display_name |
string |
No |
|
|
Display name |
id |
string |
No |
|
|
Tenant ID |
membership_approval |
string |
No |
|
|
Member join method: open/approval_required/invitation_only |
name |
string |
No |
|
|
Tenant name |
status |
string |
No |
|
|
Tenant status: active/inactive/suspended/pending |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|