---
title: "PUT /v1/subaccount/{teamMemberId}"
method: PUT
path: "/v1/subaccount/{teamMemberId}"
tags: ["SubaccountService"]
---

# PUT /v1/subaccount/{teamMemberId}

`PUT /v1/subaccount/{teamMemberId}`

更新子账号

## Path parameters

- `teamMemberId` string, required

## Request body

- ApiSubaccountV1UpdateSubaccountRequest — 更新子账号请求
  - `department` string
  - `displayName` string
  - `monthlyLimitMicros` string
  - `position` string
  - `teamMemberId` string

## Response `200`

OK

- ApiSubaccountV1UpdateSubaccountReply — 更新子账号响应
  - `success` boolean

---

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