---
title: "Update password of the team member"
method: POST
path: "/v3/team-members/{id}/update-password"
tags: ["TeamMembers"]
---

# Update password of the team member

`POST /v3/team-members/{id}/update-password`

Update the team member's password. A team member's password can only be updated when authenticated as the given team member.

## Path parameters

- `id` string, required

## Request body

- UserPasswordRequestModel
  - `oldPassword` string, required — Old password of the user.
  - `newPassword` string, required — New password of the user.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

## Changes

- **2026-09-20** `8239925e4eb7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/changes/v3/team-members/:id/update-password/post.md)

---

[API](https://skmtc.dev/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/revisions/a25b6aaa706c?raw)
