---
title: "Update Msteams Directory Sync Settings"
method: PATCH
path: "/v1/sources/{source_id}/directory-sync"
tags: ["sources"]
---

# Update Msteams Directory Sync Settings

`PATCH /v1/sources/{source_id}/directory-sync`

Set the recurring sync frequency (off / daily / weekly) for a connection.

## Path parameters

- `source_id` string, uuid, required

## Request body

- DirectorySyncSettingsRequest
  - `frequency` string, required — off | daily | weekly

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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