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
- Navigate to Profile from the user menu.
- Scroll to the password section.
- Enter your current password, then your new password twice.
- 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 |