---
title: "Change Password"
method: POST
path: "/profile/change_password/"
tags: ["User"]
---

# Change Password

`POST /profile/change_password/`

## Request body

- ChangePassword
  - `password` string, required — New password.
  - `confpassword` string, required — Confirmation of the new password.
  - `current_password` string, required — Current password.

## Response `200`

- object
  - `message` string

## Other responses

- `400`
- `401`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
