---
title: "Update account contact info"
method: POST
path: "/account-contact-info/update"
tags: ["Account Info"]
---

# Update account contact info

`POST /account-contact-info/update`

Updates the contact info (email, phone number) of the utility account.

## Headers

- `Authorization` string, required
- `Pelm-Client-Id` string, required
- `Pelm-Secret` string, required

## Request body

- object
  - `action` string — Either "add" or "delete"
  - `account_number` string — Utility account number
  - `email_addresses` unknown[] — New email addresses
    - unknown
  - `phone_numbers` unknown[] — New phone numbers
    - unknown

## Response `200`

Successfully updated account contact info

- object
  - `added_emails` unknown[] — New email addresses added
    - unknown
  - `added_phones` unknown[] — New phone numbers added
    - unknown
  - `removed_emails` unknown[] — Old email addressess removed
    - unknown
  - `removed_phones` unknown[] — Old phone numbers removed
    - unknown

## Other responses

- `400` — Client error
- `401` — Unauthorized
- `403` — Permission denied
- `500` — Server error

---

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