---
title: "Reset a legacy password"
method: POST
path: "/v3/users/{user_Id}/legacyPassword"
tags: ["Users"]
---

# Reset a legacy password

`POST /v3/users/{user_Id}/legacyPassword`

Sets the current password to an empty string, also sets the legacy password to the provided string.

## Path parameters

- `user_Id` string, required

## Response `200`

OK

- AdminUserResponse
  - `user_id` string
  - `message` string
  - `uri` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/versions/789812d35ac8/schema)
