Skip to main content

Change User Password

POST 

/user-svc/change-password

Allows an authenticated user to change their own password.

Request

Body

required

Change Password Request

    currentPassword string
    newPassword string
    slug string

Responses

Password changed successfully

Schema

    object

Loading...