Update Password
Change the password for the currently authenticated user.Endpoint
Headers
Bearer token for authentication
Request Body
Current password for verification
New password (minimum 8 characters)
Response
User UUID
Username
User role
ISO 8601 timestamp of update
Example Request
Example Response
Password Requirements
- Minimum length: 8 characters
- No maximum length restriction
- Current password must be correct
Error Responses
Bad Request - Current password is incorrect
Unauthorized - Invalid or expired token
Security Best Practices
- Use strong, unique passwords
- Change passwords regularly
- Never share passwords
- Use a password manager
- Enable two-factor authentication if available
The password is securely hashed using industry-standard algorithms before storage. Your current password is required for verification to prevent unauthorized password changes.