Profile

The Profile page lets you customize your personal preferences including theme, accent color, timezone, and password. These settings are per-user and do not affect other team members.

Fields & Columns

Name Description
Theme Light or dark mode preference
Accent Color UI accent color for personalization
Timezone Your preferred timezone for displaying timestamps

How To

Change your password

  1. Navigate to Profile from the user menu.
  2. Scroll to the password section.
  3. Enter your current password, then your new password twice.
  4. Click Save.

API Calls (4)

Method Path Description
GET /api/profile Get current user profile and preferences
PUT /api/profile/preferences Update display preferences (theme, accent, timezone)
PUT /api/profile/password Change your password (local accounts only)
GET /api/system/timezones List available timezone options

Related Pages

  • Sessions — View and manage your active login sessions
  • Users — Administrators manage all user accounts from the Users page