---
title: "Update a phone number"
method: PATCH
path: "/v1/people/{person_id}/phone_numbers/{id}"
tags: ["People"]
---

# Update a phone number

`PATCH /v1/people/{person_id}/phone_numbers/{id}`

Update an existing phone number for a person

## Request body

- object
  - `phone_number` string
  - `extension` string
  - `phone_type` 'mobile' | 'work' | 'home' | 'fax' | 'other'
  - `is_primary` boolean

## Response `200`

phone number updated

- object
  - `id` string
  - `person_id` string
  - `phone_number` string
  - `extension` string, nullable
  - `phone_type` string
  - `is_primary` boolean

## Other responses

- `400` — bad request - invalid JSON
- `401` — unauthorized - missing or invalid token
- `403` — forbidden

---

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