Skip to content

List Overrides

GET
/v1/rbac/overrides/

List RBAC overrides for this tenant. Filter by role or user. Returns all overrides if no filter is provided. Tenant admin only.

role_slug
Any of:
string

Filter by role slug

user_id
Any of:
string format: uuid

Successful Response

Response List Overrides V1 Rbac Overrides Get
Array<object>
RBACRoleOverrideSummary

Lightweight RBACRoleOverride projection.

object
id
required
Id
string format: uuid
role_slug
required
Role Slug
string
permission_slug
required
Permission Slug
string
is_granted
required
Is Granted
boolean

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object