---
title: "Update recipient"
method: PATCH
path: "/recipients/{recipient_id}"
tags: ["Recipients"]
---

# Update recipient

`PATCH /recipients/{recipient_id}`

Update an existing recipient.

## Path parameters

- `recipient_id` string, required

## Request body

- UpdateRecipientRequest
  - `recipient` UpdateRecipientOptions, required
    - `name` string — The name of the recipient.
    - `products` string[] — The products that the recipient has assigned.
    - `default_full_refresh_min_start_time_epoch` integer — Default minimum Unix epoch timestamp (in seconds) for full refresh transfers. When set: full refresh transfers will only include rows with a last_updated_at value greater than or equal to this epoch.

## Response `200`

OK

- object
  - `status` 'success', required
  - `data` GetRecipientResponse, required
    - `recipient` RecipientResource, required
      - `id` string, required — The unique identifier for the recipient.
      - `name` string, required — The name of the recipient.
      - `products` string[], required — The products that the recipient has assigned.
      - `id_in_provider_system` string, required — The ID used in source system for the recipient.
      - `default_full_refresh_min_start_time_epoch` integer — Default minimum Unix epoch timestamp (in seconds) for full refresh transfers. When set: full refresh transfers will only include rows with a last_updated_at value greater than or equal to this epoch.
      - `created_at` string, date-time
      - `updated_at` string, date-time
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/prequel/apis/prequel-data-export.md) · [All operations](https://skmtc.dev/prequel/apis/prequel-data-export/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prequel/prequel-data-export/revisions/09c662a871f8/schema)
