Skip to main content
GET
List current actor permissions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

permission
string
required

Permission in resource.action form (e.g. user.read).

scopes
string[]
required

Concrete scope paths where this permission applies in the current realm (e.g. tenant/T1 or tenant/T1/customer/C5).

when
string | null

Stable condition id when the permission is conditional (e.g. is_own_user). Omitted when unconditional.