GET /public/tenants/discover
列出可公开发现和加入的租户列表,包含租户ID、名称、显示名称和成员加入方式。用于注册页面展示可选租户。无需认证。
身份认证 None application/json
Referenced Schemas
dto.DiscoverTenantInfo
| Field | Type | Required | Example | Constraints | Description |
display_name |
string |
No |
|
|
|
id |
string |
No |
|
|
|
membership_approval |
string |
No |
|
|
|
name |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.DataResponse-array_dto_DiscoverTenantInfo
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
array of
See dto.DiscoverTenantInfo |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|