User Profile

User Profile

Manage user profile information and preferences.

Base URL

/api/v1/users
GET/meAuth
Get current user profile
PATCH/meAuth
Update profile information
{
  "firstName": "string?",
  "lastName": "string?",
  "bio": "string?",
  "website": "string?"
}
GET/me/preferencesAuth
Get user preferences
PATCH/me/preferencesAuth
Update preferences
{
  "theme": "string?",
  "language": "string?",
  "notifications": "object?"
}
GET/:username/publicPublic
Get public profile by username