---
title: "Update subuser"
method: POST
path: "/v4/account/{subAccountId}/residential/subuser/{subUserId}/update"
tags: ["Residential"]
---

# Update subuser

`POST /v4/account/{subAccountId}/residential/subuser/{subUserId}/update`

Update a residential subuser's username or password. Permission: `residential:write`.

## Path parameters

- `subAccountId` string, uuid, required
- `subUserId` string, required

## Request body

- object
  - `username` string
  - `password` string

## Response `200`

Updated subuser

- object
  - `id` string
  - `username` string
  - `created_at` string

---

[API](https://skmtc.net/proxyscrape/apis/proxyscrape-account-api.md) · [All operations](https://skmtc.net/proxyscrape/apis/proxyscrape-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/proxyscrape/proxyscrape-account-api/versions/4e10267785e1/schema)
