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

# Reset password of the team member

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

Update the team member's password using password reset token.

## Path parameters

- `id` string, required

## Request body

- ResetPasswordRequestModel
  - `newPassword` string, required — New password of the user.
  - `token` string, required — Password reset token.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `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/reset-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)
