---
title: "Update user password"
method: PUT
path: "/profile/password"
tags: ["Profile"]
---

# Update user password

`PUT /profile/password`

## Request body

- ProfilePassword
  - `clearActiveSessions` boolean — Clear all MyVelocity active sessions
  - `newPassword` string, required — New password
  - `password` string, required — Current password

## Response `200`

Password successfully updated.

## Other responses

- `400` — Unable to update user password.
- `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)
