---
title: "Create a list of phone number configurations"
method: POST
path: "/porting_orders/phone_number_configurations"
tags: ["Porting Orders"]
---

# Create a list of phone number configurations

`POST /porting_orders/phone_number_configurations`

Creates a list of phone number configurations.

## Request body

- object
  - `phone_number_configurations` object[]
    - `porting_phone_number_id` string, uuid, required — Identifies the porting phone number to be configured.
    - `user_bundle_id` string, uuid, required — Identifies the user bundle to be associated with the porting phone number.

## Response `201`

Successful response

- object
  - `data` PortingPhoneNumberConfiguration[]
    - `id` string, uuid — Uniquely identifies this phone number configuration
    - `user_bundle_id` string, uuid — Identifies the associated user bundle
    - `porting_phone_number_id` string, uuid — Identifies the associated porting phone number
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable entity. Check message field in response for details.

---

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