---
title: "Set services enabled on a connection"
method: PUT
path: "/v1/integrations/connections/{id}/services"
tags: ["Integrations"]
---

# Set services enabled on a connection

`PUT /v1/integrations/connections/{id}/services`

Set services enabled on a connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence.

## Path parameters

- `id` string, required

## Request body

- UpdateConnectionServicesDto
  - `organizationId` string — Auto-resolved from your API key / session. You can omit this; it is ignored by the server.
  - `services` string[], required — Service IDs to enable on this connection. Any service IDs from the provider's manifest that are NOT in this list become disabled. Pass an empty array to disable all services.

## Response `200`

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/versions/726b9523fb22/schema)
