Enable connector synchronization

Sets the enablement state of the specified connector. Send enabled: true to resume data
synchronization between JSC and the UEM platform, or enabled: false to pause it. This
operation is idempotent.

Enabling reaches out to the UEM platform to switch the integration back on, so it can fail
with 503 when that platform is unreachable. Disabling tolerates such a failure and still
succeeds locally, which is why DELETE on this path does not document 503.

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

Body Params

Desired enablement state for a connector.

boolean
required

Whether the connector should be enabled for synchronization

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
204

Connector enablement state updated successfully

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