---
title: "Sync Users Dump"
method: GET
path: "/api/admin/sync/users"
tags: ["admin"]
---

# Sync Users Dump

`GET /api/admin/sync/users`

Full-table user dump for cross-region replication.

The downstream CN deployment polls this every 60s and upserts each
row into its local users table (US-wins). Pagination intentionally
omitted — at the current 130-row scale the entire payload fits in
a single ~65 kB JSON response, and any future delta path
(since=<iso>) would still need a fallback "full reconcile" mode
which is exactly what this endpoint is. When the table approaches
10⁴ rows, add a `?since=` filter against an `updated_at` column.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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