Update user profile (authenticated)
Authentication & Users
Update user profile (authenticated)
Allow authenticated users to update their profile information including name, job title, and avatar. Password changes require current password verification. This endpoint is rate-limited to 10 requests per 15 minutes.
PUT
Update user profile (authenticated)
Documentation Index
Fetch the complete documentation index at: https://docs.flagmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
User timezone (e.g., America/New_York, UTC+1).
Pattern:
^(?:[A-Za-z_]+(?:\/[A-Za-z0-9_\-]+)+|(?:UTC|GMT)(?:[+-](?:0?[0-9]|1[0-4])(?::?[0-5][0-9])?)?|[+-](?:0?[0-9]|1[0-4]):?[0-5][0-9])$Required string length:
1 - 100Maximum string length:
200Required if changing password
Minimum string length:
6Required if changing password
Required string length:
8 - 128Must match newPassword
Required string length:
8 - 128