---
title: "Update Call Monitoring Group"
method: PUT
path: "/restapi/v1.0/account/{accountId}/call-monitoring-groups/{groupId}"
tags: ["Call Monitoring Groups"]
---

# Update Call Monitoring Group

`PUT /restapi/v1.0/account/{accountId}/call-monitoring-groups/{groupId}`

Updates a call monitoring group name.

## Path parameters

- `accountId` string, required
- `groupId` string, required

## Request body

- CreateCallMonitoringGroupRequest
  - `name` string, required — Name of a group

## Response `200`

Updated call monitoring group information

- CallMonitoringGroup
  - `uri` string, uri — Link to a call monitoring group resource
  - `id` string — Internal identifier of a group
  - `name` string — Name of a group

## Other responses

- `400` — Value for group name is unacceptable
- `403` — User has no permissions to create groups
- `404` — Group with the given identifier doesn't belong to the account

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
