post
https://{region}.api.jamfcloud.com/securitycloud/uem-connect/v1/connectors//sync/runs
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
202Sync triggered successfully, running asynchronously