Skip to content

Audit

The audit log records every mutation in the Auth service. Every create, update, and delete operation is tracked with the actor, the affected object, and a timestamp.

What Is Logged

FieldPurpose
OperationThe type of change: create, update, or delete
Object typeWhat kind of resource was affected
Object IDThe specific resource that changed
ActorThe user or client that performed the operation
OwnerThe organization that owns the affected resource
TimestampWhen the operation occurred

Use Cases

ScenarioHow audit helps
Security reviewIdentify who changed permissions and when
ComplianceDemonstrate access control changes over time
DebuggingTrace when and why a resource was modified

Scope

The audit log covers all core resources: users, claims, organizations, locations, apps, providers, and activations. Every mutation passes through the audit system regardless of whether it was triggered by a user, a client, or an internal process.