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

Changes

Changed in 2 of the 5 revisions of this API.11