v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Integrations

Set services enabled on a connection

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.

put/v1/integrations/connections/{id}/services

Path parameters

idstring required

Request body

organizationIdstring

Auto-resolved from your API key / session. You can omit this; it is ignored by the server.

servicesstring[] 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.

Example request

{
  "services": [
    "s3",
    "iam",
    "cloudtrail"
  ]
}