v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Users

Update Password for self

Update password for self

post/v2/users/self/password

Request body

oldPasswordstring required

The user's current password

newPasswordstring required

The new password

Example request

{
  "oldPassword": "My_current_password",
  "newPassword": "My_new_password"
}

Response

the password was submitted and accepted