---
title: "Change your account password."
method: POST
path: "/api/ChangePassword"
tags: ["Accounts"]
---

# Change your account password.

`POST /api/ChangePassword`

## Headers

- `AppName` string
- `SecretKey` string
- `Authorization` string

## Request body

- BusinessObjectPasswordRequestInput — Input - Current Password and New Password to change password for a user
  - `CurrentPassword` string, required — Current Password
  - `NewPassword` string, required — New Password
  - `EmailId` string, required — New Password

## Response `200`

OK

- EMDMSHelperReturnObjectSystemBoolean
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` boolean

---

[API](https://skmtc.dev/emsigner/apis/emsignerapi.md) · [All operations](https://skmtc.dev/emsigner/apis/emsignerapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/emsigner/emsignerapi/revisions/7d5d55e0d91d/schema)
