---
title: "Update Password"
method: PUT
path: "/user_auth/update"
---

# Update Password

`PUT /user_auth/update`

Allows updating the password of a user account.

## Request body

- object
  - `mobile` string — Specify a valid mobile number of the user that is already registered with your org (in any source).
  - `email` string — A valid email id of the user that is registered with your org (in any source).
  - `password` string, required — Password of the user account as a MD5 hash format.

## Response `200`

200

- object
  - `entity` boolean
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

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