> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# userVariables

> Custom user variables attached to calls.

```ts
get userVariables(): Record<string, unknown>
set userVariables(value): void
```

Custom user variables attached to calls.

## **Examples**

```ts
console.log(client.preferences.userVariables);
```