v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Administrators

Change an administrator's password

Changes an adiminstrator's password.

post/console/v1/admin/password

Headers

Content-Type'application/json' required

Request content type header

Request body

adminEmailstring required

The email address of the administrator whose password you want to change.

currentPasswordstring required

The administrator's current password.

newPasswordstring required

The administrator's new password that you want to set.

Example request

{
  "adminEmail": "sample@gmail.com",
  "currentPassword": "samplePassword!2#4",
  "newPassword": "NewSamplePassword@@Druva$"
}

Response

Success

ChangePasswordResponse required