PasswordChangeRequest

PasswordChangeRequest
PasswordChangeRequest

Change password Request

JSON Example
{
    "currentPassword": "string",
    "newPassword": "string"
}
string
currentPassword
Required

Existing password of the user.

string
newPassword
Required

New password to be set. Please specify a password that is different from your current password. Passwords must be at least 15 characters long and contain 1 of each of the following: lowercase letter, uppercase letter, digit, special character

Parameter To