ChangePasswordRequestType

ChangePasswordRequestType
ChangePasswordRequestType

The parameters of ChangePassword.

JSON Example
{
    "user": "string",
    "oldPassword": "string",
    "newPassword": "string"
}
string
user
Required

the user whose password will be changed.

string As password As password
oldPassword
Required

the user's current (old) password.

string As password As password
newPassword
Required

the user's new password.