---
title: "Bulk update outbox faxes"
method: PUT
path: "/accounts/{user_id}/outbox"
tags: ["Outbox"]
---

# Bulk update outbox faxes

`PUT /accounts/{user_id}/outbox`

Bulk update multiple outbox fax records (update comment). Maximum 100 outbox fax IDs per request. Duplicate IDs are automatically ignored. Jobs in 'sending' status cannot be updated and will return a 409 status code. (Permitted scopes: **fax:all:edit**, **fax:fax:edit**)

## Path parameters

- `user_id` string, required

## Request body

- BulkOutboxUpdateRequest — Request to bulk update multiple outbox fax records
  - `ids` string[], required — List of outbox fax IDs to update (1-100 unique IDs). Duplicates are automatically ignored.
  - `comment` string, required — Comment text to set for all outbox faxes. Send empty string to remove comment.

## Response `200`

Response containing bulk operation results for outbox faxes

- BulkOperationResultOutbox — Bulk operation result for outbox faxes
  - `results` BulkOperationResultItemOutbox[], required — Per-item results for each outbox fax ID
    - `id` string, required — Outbox fax ID
    - `code` 204 | 403 | 404 | 409 | 500, required — HTTP-like status code for this item: 204 (success), 404 (not found), 403 (forbidden), 409 (conflict/invalid state - e.g., job is 'sending'), 500 (server error)

## Other responses

- `400` — Error object in case there's a problem with given data
- `401` — Error object in case there's a problem with the authorization
- `500` — Error object in case there's a server error

---

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