---
title: "Force a sync. Roles: admin."
method: PUT
path: "/api/dataSyncs/{dataSyncId}/sync"
tags: ["Data Syncs"]
---

# Force a sync. Roles: admin.

`PUT /api/dataSyncs/{dataSyncId}/sync`

## Path parameters

- `dataSyncId` integer, required

## Request body

- ForceDataSyncRequest
  - `startDateTime` string, date-time

## Response `200`

OK

- DataSyncResponseDataSyncCore
  - `success` boolean
  - `error` string
  - `dataSync` DataSyncCore
    - `dataSyncId` integer
    - `membershipId` integer
    - `providerKey` 'ABUSE_PREVENTION_SYSTEMS' | 'CLASSMARKER' | 'FINALSITE' | 'GAMEPLAN' | 'I9_SPORTS_CONTENT' | 'I9_SPORTS_EVENT' | 'I9_SPORTS_GROUP' | 'JDP' | 'LEAGUEAPPS' | 'NCGA_GHIN_CLUB' | 'NCSI' | 'SAFESPORT' | 'SPORTSENGINE' | 'STERLING' | 'TEST' | 'ULTIMATE' | 'US_SPORTS_CAMPS' | 'WORDPRESS'
    - `errorMsg` string
    - `syncResult` string
    - `minSyncFrequencyMinutes` integer
    - `token` string, uuid
    - `properties` object
    - `lastStartDateTime` string, date-time
    - `lastSuccessStartDateTime` string, date-time
    - `lastErrorStartDateTime` string, date-time
    - `lastReceiveDateTime` string, date-time
    - `lastEndDateTime` string, date-time
    - `statusCode` 'PENDING' | 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED'

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-09-02** `870f28ba2607` — 5 info
  - added the optional property `error/errorId` to the response with the `400` status
  - added the optional property `error/errorId` to the response with the `401` status
  - added the optional property `error/errorId` to the response with the `403` status
  - added the optional property `error/errorId` to the response with the `404` status
  - …1 more

[Change history](https://skmtc.dev/mobilecoach/apis/untitled-api/changes/api/dataSyncs/:dataSyncId/sync/put.md)

---

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