Change Password
Users
Change Password
Change the authenticated user’s password
PUT
Change Password
Changes the user’s password. Requires the current password for verification. After a successful change, all other sessions are invalidated — only the current session remains active.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
Requires a valid Bearer token.
Request Body
The user’s current password. Minimum 8 characters.
The new password. Minimum 8 characters, maximum 128 characters. Must be different from the current
password.
Response
Confirmation message.
Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | New password does not meet requirements or matches the current password |
401 | AUTHENTICATION_ERROR | Current password is incorrect |

