---
title: "Bulk update phone number profiles"
method: POST
path: "/messaging_numbers/bulk_updates"
tags: ["Number Settings"]
---

# Bulk update phone number profiles

`POST /messaging_numbers/bulk_updates`

Update the messaging settings of multiple phone numbers in a single request.

## Request body

- BulkMessagingSettingsUpdatePhoneNumbersRequest
  - `assign_only` boolean — If true, only assign numbers to the profile without changing other settings.
  - `messaging_profile_id` string, required — Configure the messaging profile these phone numbers are assigned to: * Set this field to `""` to unassign each number from their respective messaging profile * Set this field to a quoted UUID of a messaging profile to assign these numbers to that messaging profile
  - `numbers` string[], required — The list of phone numbers to update.

## Response `200`

Successful response with details about messaging bulk update phone numbers.

- object
  - `data` BulkMessagingSettingsUpdatePhoneNumbers
    - `failed` string[] — Phone numbers that failed to update.
    - `order_id` string, uuid — Order ID to verify bulk update status.
    - `pending` string[] — Phone numbers pending to be updated.
    - `record_type` 'messaging_numbers_bulk_update' — Identifies the type of the resource.
    - `success` string[] — Phoned numbers updated successfully.

## Other responses

- `4XX` — Unexpected error

---

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