> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.SessionUser.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias SessionUser

```typescript
SessionUser:
    | { displayName: string; kind: "owner" }
    | { displayName: string; id: string; kind: "site-user" }
    | null
```

The only identity projection project code may read from the session plane.
