---
title: "Update Position Group"
method: PUT
path: "/v1/accounts/{account_id}/position-groups/{position_group_id}"
tags: ["Accounts"]
---

# Update Position Group

`PUT /v1/accounts/{account_id}/position-groups/{position_group_id}`

Updates an existing position group for a specific account.

## Path parameters

- `account_id` string, required
- `position_group_id` integer, required

## Headers

- `Accept` 'application/json', required

## Response `200`

Position group updated successfully

- PositionGroupResponse
  - `position-group` PositionGroup
    - `id` integer — The position group ID
    - `label` string — The position group name
    - `symbols` string[] — List of symbols in the position group
    - `items` object
      - `item` PositionGroupItem[] — List of symbols in the position group
        - `symbol` string — The security symbol
        - `id` string — The symbol ID (lowercase)

## Other responses

- `401` — Authentication required or invalid credentials
- `403` — Access denied to the requested resource
- `404` — The requested resource was not found

---

[API](https://skmtc.net/tradier/apis/tradier-brokerage-api.md) · [All operations](https://skmtc.net/tradier/apis/tradier-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradier/tradier-brokerage-api/versions/3cda47abe673/schema)
