---
title: "Change own password"
method: PUT
path: "/auth/password"
tags: ["Auth"]
---

# Change own password

`PUT /auth/password`

## Request body

- object
  - `new_password` string, password, required

## Response `200`

Password changed.

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.net/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/versions/73f83bc2eff8/schema)
