---
title: "Bulk Load Directory Members"
method: PUT
path: "/api/v1/directory_members/upload/"
tags: ["directory"]
---

# Bulk Load Directory Members

`PUT /api/v1/directory_members/upload/`

Load Directory Members: records with an id update that member, records without create.

Updates only touch fields the record carries: omitting extensions, contact_tags, or
comments leaves the stored values unchanged, while an explicit empty value clears them.
The whole payload is applied in one transaction. A record whose id matches no existing
member in the caller's organization, or an id appearing twice in the payload, fails the
upload with a 400 naming the offending record(s); nothing is written.

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `412` — Precondition Failed
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.dev/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/c7be206223e0/schema)
