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.