---
title: "Change a phone number for a contact"
method: PUT
path: "/addressbooks/{id}/phone"
tags: ["Mailing lists"]
---

# Change a phone number for a contact

`PUT /addressbooks/{id}/phone`

Update the 'Phone' variable for a subscriber.

## Request body

- object
  - `email` string, email, required
  - `phone` string, required

## Response `200`

Successful update

- ResultTrue
  - `result` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api.md) · [All operations](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendpulse/sendpulse-bulk-email-api/versions/cd38f8c6a425/schema)
