v5

latestOpenAPI 3.1.0MIT Licenseraw.githubusercontent.com2026-08-0119517.3 KB
Authentication

Check system permission

Returns whether the authenticated user has a specific system permission. Always returns 200 if authenticated; use verify_system_permission for a 401-on-deny check.

get/api/v1alpha/check_system_permission

Query parameters

permissionstring required

The system permission to check

Response

Permission check completed successfully

has_permissionboolean

Whether the user has the requested permission