---
title: "Change password for a hosting account"
method: POST
path: "/api/reseller/hosting-accounts/{id}/change-password"
tags: ["Reseller - Hosting Accounts"]
---

# Change password for a hosting account

`POST /api/reseller/hosting-accounts/{id}/change-password`

Change password for a hosting account.

## Path parameters

- `id` integer, required

## Request body

- object
  - `password` string, required — New password for the hosting account

## Response `200`

Password changed successfully

## Other responses

- `404` — Not found
- `422` — Failed to change password

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
