---
title: "Update Subscriber"
method: PATCH
path: "/subscriber/update"
tags: ["Subscribers"]
---

# Update Subscriber

`PATCH /subscriber/update`

Update an existing subscriber's address or granular notification preferences.

## Headers

- `x-api-id` string, required
- `x-api-key` string, required

## Request body

- object
  - `statuspage_id` string, required — ID of the status page
  - `subscriber_id` string, required — ID of the subscriber
  - `address` string — Subscriber address (SMS numbers must include country code, e.g., +1)
  - `granular` string — Choose which components and data centers to receive notifications for. Comma-separated list of component_container combinations.

## Response `200`

OK

- object
  - `result` object
    - `v` number
    - `id` string
    - `active` boolean
    - `address` string
    - `granular` string[]
    - `join_date` string
    - `method` string
    - `statuspage` string
  - `status` object
    - `error` string
    - `message` string

---

[API](https://skmtc.net/status/apis/status-io-api-v2.md) · [All operations](https://skmtc.net/status/apis/status-io-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/status/status-io-api-v2/revisions/6054bf6d1a84/schema)
