Team admin alerts
Team owners can list unresolved operational alerts for their team. These carry diagnostic payloads — they are JWT-only and cannot be read by amio_sk_ API key.
Response shape:
Platform admin alerts
Platform admins can list unresolved cross-tenant alerts (abuse signals, infrastructure events).platform_admin role required.
Query parameters:
Response shape:
Role permissions
Platform admins can assign and remove permissions from roles without rebuilding the role.Assign a permission
201 with the updated role resource. Re-assigning a permission the role already holds is a no-op that still returns 201.
Remove a permission
204 No Content. Removing a permission the role does not hold is a no-op that still returns 204. Returns 404 if the role itself does not exist.