---
title: "Update an call park group."
method: POST
path: "/call_park_groups/{id}"
tags: ["Call Park"]
---

# Update an call park group.

`POST /call_park_groups/{id}`

Update an call park group.

## Path parameters

- `id` string, required — The unique ID of the resource.

## Request body

- object
  - `name` string — The name of call park group
  - `recall_to` 'USER_ONLY' | 'USER_FIRST_THEN_RING_GROUP' | 'RING_GROUP_ONLY' — Select how the park server forwards the call when the parked call is not picked up in the **Recall Time**. The forwarding destination can be an extension or a ring group. Can be either: - `USER_ONLY`: - `USER_FIRST_THEN_RING_GROUP`: - `RING_GROUP_ONLY`: When set to `USER_FIRST_THEN_RING_GROUP` or `RING_GROUP_ONLY`, `ring_group_id` must also be specified.
  - `ring_group_id` string — The unique ID of the resource.

## Response `200`

Updated call park group

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
