API REFERENCE

RBAC API

This is the reporting layer over your access model. It does not change roles or permissions — it reads across them so you can see how access is distributed. Make the changes themselves on the Roles, Permissions, and Users APIs.

Analytics

GET /rbac/analytics summarizes the current access picture across roles and permissions — useful for an access review or a periodic check that privileges have not crept. The audit log at GET /rbac/audit is listed but not yet implemented, so treat it as a placeholder rather than a working endpoint.

Endpoints

Every endpoint links through to its full parameters, request and response schemas, and code samples.

GET/api/v1/rbac/analyticsAlgaPSAGet RBAC analyticsGET/api/v1/rbac/auditAlgaPSAGet RBAC audit log (not implemented)