GET /internal/applications/{app_id}/check-quota
检查应用的用户配额是否允许新增成员
租户服务 - 内部接口 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
app_id |
path |
string |
Yes |
|
|
|
应用ID |
tenantId |
query |
string |
Yes |
|
|
|
租户ID |
requested |
query |
integer |
No |
|
|
|
请求新增数量 |
Referenced Schemas
dto.AppQuotaResultResponse
| Field | Type | Required | Example | Constraints | Description |
allowed |
boolean |
No |
True |
|
|
app_id |
string |
No |
app-123 |
|
|
current |
integer |
No |
500 |
|
|
limit |
integer |
No |
1000 |
|
|
message |
string |
No |
within quota |
|
|
remaining |
integer |
No |
500 |
|
|
requested |
integer |
No |
100 |
|
|
dto.CheckAppQuotaResultDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.AppQuotaResultResponse |
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 |
|
|
|