Skip to main content
PUT
Put User Permission Overrides

Path Parameters

user_id
integer
required

Body

application/json

Per-person adjustments on top of what this person's roles carry.

Both lists are absolute, not deltas: what is sent is what the person ends up with, so removing a key from granted withdraws that grant.

granted
string[]
revoked
string[]

Response

Successful Response

One person's permissions, and where each one came from.

user_id
integer
required
roles
string[]
required
from_roles
string[]
required
granted
string[]
required
revoked
string[]
required
effective
string[]
required