Improved

Platform API gateway - UEM Connect Changes

A 30-day option is available for the device unmanaged threshold

  • GET /uem-connect/v1/connectors
  • GET /uem-connect/v1/connectors/{configId}
  • GET /uem-connect/v1/connectors/{configId}/sync-settings
  • PUT /uem-connect/v1/connectors/{configId}/sync-settings

The deviceUnmanagedThreshold key now accepts 30, added to the existing 0, 1, 3, 5, 7, and 14. It sets how many days a device can go without a UEM check-in before it's treated as unmanaged. You can now configure a 30-day threshold when you update sync settings (PUT), and 30 can be returned on the ConnectorConfig response by the three connector read endpoints.

Breaking change — adding a value to a response enum can, in rare cases, break integrations that validate responses against a fixed set of values. Clients that tolerate unrecognized values are unaffected. We're introducing it now given how uncommon that scenario is and the near-zero usage of these endpoints this soon after the Platform API Gateway GA. If your integration rejects unknown enum values, update it to accept 30 on deviceUnmanagedThreshold.