# StampOptions.getActorId property · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.stampoptions.getactorid/
Published: 2026-08-28
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 2.0.0 — generated reference, not hand-written

Resolves the id of the actor performing the current write, or null when there is none (system or unauthenticated).

**Signature:**

```typescript
getActorId: () => string | null;
```

