---
title: "PATCH /api/organizations/{organization_pk}/contacts/{id}/"
method: PATCH
path: "/api/organizations/{organization_pk}/contacts/{id}/"
tags: ["organizations"]
---

# PATCH /api/organizations/{organization_pk}/contacts/{id}/

`PATCH /api/organizations/{organization_pk}/contacts/{id}/`

Update selected fields of an existing organization notification contact.

## Path parameters

- `organization_pk` string, required
- `id` string, required

## Request body

- OrganizationContact
  - `id` string, uuid
  - `email` string, email, required
  - `notify_install` boolean — Notify when a new user joins your organization
  - `notify_error` boolean — Notify when a deployment has new errors
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

---

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