POST
/
api
/
v1
/
Account
/
ChangePassword
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Account/ChangePassword \
  --header 'Content-Type: application/json' \
  --data '{
  "Password": "<string>",
  "NewPassword": "<string>"
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.