> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# vault.session_linked

> An open vault session got its user: a new enrollment finished, or a returning user signed in with their passkey.

An open vault session got its user: a new enrollment finished, or a returning user signed in with their passkey. Store `user_id`. A connected session already named its user, so it does not fire this event.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "vault.session_linked",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "vault_session_id": "vs_2q9d1x8f3k2m4t7w",
    "user_id": "usr_8f3k2m"
  }
}
```
