Update the current account
Authentication
Your Dial API key, sent as Authorization: Bearer sk_live_...
Request
Response
The account owner’s address. This identifies the account and is the same for every member — it is not the caller’s own address.
The calling API key’s role in this account. member keys can do everything except delete the account.
The caller’s own address, as opposed to email above (the owner’s). The two are identical for an owner key.
Call-length cap in seconds; the effective cap on a call is the first one set in priority order — per-call, then number, then account — falling back to the global default. A higher-priority level overrides a lower one. Null means this level sets no cap. Free accounts (never added credit, never subscribed) are additionally capped by limits.maxCallDurationSeconds regardless of any configured cap.
Guardrails applied to a free account — one that has never added credit and never subscribed. Null once the account has paid: both limits lift permanently on the first top-up or subscription. Read this instead of hardcoding the values, which can change.