GET /internal/tenant/applications/{app_id}/check-access
Check if user has access to a specified application for gateway auth middleware
Tenant Service - Internal None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
app_id |
path |
string |
Yes |
|
|
|
Application ID |
tenant_id |
query |
string |
Yes |
|
|
|
Tenant ID |
user_id |
query |
string |
Yes |
|
|
|
User ID |
Referenced Schemas
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_micro-services_tenant-service_internal_handler_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|