Skip to main content

User Settings

The User Settings tab is the area where the logged in user manages their profile preferences.

Access Path

  • Web: /settings/user

Major Transactions

  • View profile information
  • Update profile information
  • Avatar upload
  • Delete avatar

API Terminals

  • GET /api/settings/user
  • PATCH /api/settings/user
  • PATCH /api/settings/user/avatar (multipart/form-data, field: avatar)
  • DELETE /api/settings/user/avatar

Authorization Note

  • This tab is for all authenticated users.
  • The file size limit for uploading avatars is 5MB.

:::info Manifest Code core:settings:user

:::