Update user profile
PUT/company/users/me
Allows the user to update their own profile information.
Only updates the fields provided in the request (PATCH semantics).
Updatable Fields:
- Personal data (first name, last name)
- Preferences (language, timezone)
- Contact information (phone number)
Usage Examples:
- Update personal data from the profile form
- Change language preferences
Validations:
- Dates must be in ISO8601 format (YYYY-MM-DD)
- Phone number must be valid for the country
Request
Responses
- 200
- 401
Profile updated successfully
Unauthorized (invalid token or insufficient permissions)