Account settings

Rename the current workspace and set the billing email.

The Account tab of Settings controls the current workspace (organization), not your personal profile.

Where to find it

/app/settings/account. Settings

+ settings sub-nav; the Account tab is active.

The form

Card:

  • Title: Account
  • Description: "Manage your organization settings."

Fields:

┌─ Account ─────────────────────────────────────────────────┐
│  Manage your organization settings.                       │
│                                                           │
│  Account name                                             │
│  [                                                     ]  │
│                                                           │
│  Billing email                                            │
│  [ billing@company.com                                 ]  │
│                                                           │
│  [ Save account ]                                         │
└───────────────────────────────────────────────────────────┘
  • Account name — text input, required. Pre-filled with current_account.name.
  • Billing emailtype="email", not required, placeholder billing@company.com. Pre-filled with current_account.billing_email when set.
  • Save account — button, flips to "Saving..." while the PUT is in flight. Submits PUT /app/settings/account.

What this page does NOT include

  • No timezone
  • No workspace avatar / logo
  • No delete workspace action
  • No member management (see Members)
  • No billing (see Plans & pricing)