Skip to main content

Update the user password

PUT /auth/current-user/change-password

Updates the password for the current user.

Request Body

Name Type Required Description

oldPassword

string

True

newPassword

string

False

Example request
{
  "oldPassword": "string",
  "newPassword": "string"
}

Error

Status: Default, Default response