Skip to main content

ChangePasswordRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ChangePasswordRequestBody.json
currentPasswordstringrequired

Current password

newPasswordstringrequired

New password

ChangePasswordRequestBody
{
"$schema": "https://example.com/schemas/ChangePasswordRequestBody.json",
"currentPassword": "string",
"newPassword": "string"
}