---
title: "Update Admin Number"
method: PATCH
path: "/api/v1/imessage/admin/numbers/{number_id}"
tags: ["iMessage Admin"]
---

# Update Admin Number

`PATCH /api/v1/imessage/admin/numbers/{number_id}`

## Path parameters

- `number_id` string, uuid, required

## Request body

- UpdateIMessageNumberRequest
  - `type` union
    - 'triage' | 'shared_inbound' | 'dedicated_outbound' | 'dedicated_triage'
    - 'dedicated'
  - `provider_line_id` string, nullable
  - `organization_id` string, nullable — Owning organization. Omit to keep the current owner; send null to return a dedicated number to unowned reserve inventory.

## Response `200`

Successful Response

- AdminIMessageNumberResponse
  - `id` string, uuid, required
  - `number` string, required
  - `type` 'triage' | 'shared_inbound' | 'dedicated_outbound' | 'dedicated_triage', required
  - `status` 'active' | 'paused' | 'released', required
  - `organization_id` string, nullable
  - `identity_id` string, uuid, nullable
  - `agent_handle` string, nullable
  - `provider_line_id` string, nullable
  - `telnyx_did` string, nullable
  - `caller_id_verified_at` string, date-time, nullable
  - `inbound_forwarding_confirmed_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
