Profile

Change user password

Change the current user password to a new one.

patch/v1/profile/change-password

Request body

new_passwordstring required

User password. Must contain at least two character types: lowercase, uppercase, digits, or special characters

Example request

{
  "new_password": "Password123"
}

Response

Response for status 200

successboolean required

Indicates if the operation was successful

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.