---
title: "Set call queue agent status"
method: POST
path: "/user/call_queues/{id}/agent"
tags: ["User"]
---

# Set call queue agent status

`POST /user/call_queues/{id}/agent`

Set call queue agent status.

## Path parameters

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

## Request body

- object
  - `status` 'READY' | 'NOT_READY' | 'WRAP_UP' | 'BREAK' | 'LUNCH' | 'LOGGED_IN' | 'LOGGED_OUT' — Change call queue agent status to one of the following: - `READY`: - `NOT_READY`: - `WRAP_UP`: - `BREAK`: - `LUNCH`: - `LOGGED_IN`: - `LOGGED_OUT`:

## Response `200`

OK

## 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)
