Autional Autional
API Reference GitHub autional.com →

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

NameInTypeRequiredDefaultExampleConstraintsDescription
app_id path string Yes Application ID
tenant_id query string Yes Tenant ID
user_id query string Yes User ID

Responses

StatusDescriptionSchema
200Has permissiongitee_com_linmes_authms_micro-services_tenant-service_internal_handler_dto.SimpleResponse
400Invalid request parametersgitee_com_linmes_authms_base_dto.SimpleResponse
404Application not foundgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No

gitee_com_linmes_authms_micro-services_tenant-service_internal_handler_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No