---
title: "Update Call Queue Presence"
method: PUT
path: "/restapi/v1.0/account/{accountId}/call-queues/{groupId}/presence"
tags: ["Presence"]
---

# Update Call Queue Presence

`PUT /restapi/v1.0/account/{accountId}/call-queues/{groupId}/presence`

Updates presence status of the call queue members in the specified queue.

## Path parameters

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

## Request body

- CallQueueUpdatePresence
  - `records` CallQueueUpdateMemberPresence[]
    - `member` CallQueueMemberId — Call queue member information
      - `id` string — Internal identifier of an extension - queue member
    - `acceptCurrentQueueCalls` boolean — Call queue member availability for calls of this queue

## Response `200`

OK

- CallQueuePresence
  - `records` CallQueueMemberPresence[]
    - `member` CallQueueMember — Call queue member information
      - `id` string — Internal identifier of an extension
      - `name` string — Extension full name
      - `extensionNumber` string — Extension number
      - `site` SiteResource — Site extension information
        - `id` string — Site extension identifier
        - `name` string — Site extension name
    - `acceptQueueCalls` boolean — Private member telephony availability status applied to calls of all queues
    - `acceptCurrentQueueCalls` boolean — Call queue member availability in this particular queue

---

[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/versions/8d602198ec97/schema)
