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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User timezone (e.g., America/New_York, UTC+1).
^(?:[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])$1 - 100200Required if changing password
6Required if changing password
8 - 128Must match newPassword
8 - 128