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

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"
  ]
}

Changes