v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
My-Account

Changes a user's password

Allows an authenticated user to change their password.

post/api/my-account/change-password

Request body

currentPasswordstring required

The user's current password

newPasswordstring required

The new password to set

confirmPasswordstring required

The new password to set

Response

Password changed successfully.

messagestring

Gets the message included in the change password response