---
title: "Change Password"
method: POST
path: "/dashboard/change-password"
tags: ["Dashboard"]
---

# Change Password

`POST /dashboard/change-password`

Change password for email/password accounts. Not available for OAuth-only accounts.

## Request body

- object
  - `currentPassword` string, required
  - `newPassword` string, required

## Response `200`

Password updated

## Other responses

- `400` — Current password incorrect or OAuth account

---

[API](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/revisions/b12ff2791613/schema)
