Get caller's RBAC view
GET/rbac/me
Returns the caller's effective roles and deduped permission union within the selected entity. No permission gate — any authenticated RBAC user with a valid entity selection can call this.
When Selected-Sub-Account-Id is present, only grants covering that
sub-account (or entity-wide grants) are included. When absent, all
grants are returned.
Request
Responses
- 200
- 401
OK
Missing/invalid JWT or entity selection (RBAC_ENTITY_SELECTION_REQUIRED)