NapX PMS Docs
Admin Guide

Activity Log

How to use the admin activity log to audit changes made by system admins.

Activity Log

Navigate to System → Activity Log.

The activity log is an immutable, append-only audit trail of all actions performed by system administrators. It answers: who did what, and when.

Table columns

ColumnDescription
AdminThe system admin who performed the action
ActionWhat was done (e.g. tenant.create, user.suspend)
TargetThe entity that was affected (ID + type)
TimestampWhen the action occurred

Filtering

You can filter the log by admin to scope the view to a specific user's actions.

Important notes

  • Entries are never deleted or modified — the log is append-only by design.
  • There is no write access to this table from the admin UI.
  • For compliance purposes, all write operations in the admin app are automatically recorded here.

On this page