---
title: "Change password for a Contact"
method: PUT
path: "/contact/{contactId}/password"
tags: ["Contact"]
---

# Change password for a Contact

`PUT /contact/{contactId}/password`

## Request body

- Password
  - `newPassword` string, required — New Contact password
  - `password` string, required — Current Contact password

## Response `200`

Password was changed.

## Other responses

- `400` — Invalid contact password for authentication.
- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/revisions/ee6b717b5015/schema)
