Skip to content

Account – Workspace – User activity

  • Path: /account/workspaces/:workspaceId/user-activity (TBD)
  • Parent: workspace.md

Provide visibility into workspace-scoped user actions (where permitted) for audit, troubleshooting, and operational governance.

  • Workspace Admin / Org Admin (TBD)
  • Permissions: audit.view (TBD)

Reference: Roles & Permissions Model

  • Activity list (filters: date range, actor, action type)
  • Detail drawer/modal (optional)

TBD

  • Empty: no events visible in scope
  • Loading: fetch activity events
  • Error: unauthorized / service unavailable
  • Complete: activity list displayed
  • Activity visibility is permissioned and scope-limited to the selected workspace.

Domain refs:

  • GET /audit/events?scope=workspace&workspace_id=... (TBD)
  • Audit visibility must not leak cross-workspace or cross-org data.
  • Retention and export controls may be contract/policy dependent (TBD).
  • User has access to the workspace but not audit scope; deny or degrade to self-only view (TBD).
  • Events include sensitive fields; masking/redaction rules are TBD.
  • Mask PII/secrets; avoid exposing credentials or message content in logs and UI.
  • Audit access to audit logs (meta-audit) if required (TBD).

Reference: Security & Compliance

TBD

Reference: Analytics Events (MVP)