Autional Autional
API Reference GitHub autional.com →

GET /admin/compliance/tenants/self/overrides

Query all compliance parameter override configurations for the current tenant

Compliance Management - Compliance Policy `bearerAuth` application/json

Responses

StatusDescriptionSchema
200OKdto.OverrideListResponse
401unauthorizeddto.ErrorResponse
403forbiddendto.ErrorResponse
404not founddto.ErrorResponse
500server errordto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.OverrideItem

FieldTypeRequiredExampleConstraintsDescription
created_at string No 2026-06-04T10:00:00Z
created_by string No admin_xxx
parameter string No password_min_length_sfa
reason string No Internal security requirements
value object No 16

dto.OverrideListResponse

FieldTypeRequiredExampleConstraintsDescription
overrides array of

See dto.OverrideItem

No