---
title: "Update Rc Contact Sync Settings"
method: PUT
path: "/developer/rc-contact-sync/settings"
tags: ["Developer", "Developer - RC Contact Sync"]
---

# Update Rc Contact Sync Settings

`PUT /developer/rc-contact-sync/settings`

Toggle dry-run. Turning it OFF arms the autonomous sync — the next
hourly sweep (or manual trigger) will create missing contacts in
RingCentral without further review.

## Request body

- UpdateRcContactSyncSettingsRequest
  - `dry_run` boolean, required

## Response `200`

Successful Response

- RcContactSyncSettingsSchema
  - `dry_run` boolean
  - `status` string
  - `last_sync_at` string, date-time, nullable
  - `last_error_msg` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
