Trigger sync run

Triggers a new sync operation for the specified connector. The sync runs asynchronously;
this endpoint returns immediately (202 Accepted). Poll GET /sync/runs to monitor
progress.

Conditions:

  • Connector must be enabled (not disabled) — otherwise 409 Conflict.
  • Connector must be connected (credentials valid) — otherwise 422 Unprocessable Entity.

Triggering is fire-and-forget: if a sync is already running the request is still accepted
(202 Accepted) and coalesced, rather than rejected.

Dispatching the run is a separate step from accepting the request and can be refused when the
service is at capacity — see 503 Service Unavailable.

Required Permissions: uem-connect:update

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The connector configuration identifier

Headers
uuid
required
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The tenant UUID identifier.

Responses
202

Sync triggered successfully, running asynchronously

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json