---
title: "Directly updating a user password"
method: PUT
path: "/v1/users/{actorId}/password"
tags: ["Users"]
---

# Directly updating a user password

`PUT /v1/users/{actorId}/password`

To directly update a user password, you will need to reprove the user's intention by supplying the `old` password alongside the `new`. If you simply want to initiate an email-based password reset process, see the following endpoint.

## Path parameters

- `actorId` string, required

## Response `200`

OK

- Success
  - `success` boolean, required

---

[API](https://skmtc.net/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.net/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getodk/odk-central-api/versions/d8f5a0886a8b/schema)
