---
title: "Enable SSO connection"
method: PATCH
path: "/api/v1/organizations/{organization_id}/connections/{id}:enable"
tags: ["Connections"]
---

# Enable SSO connection

`PATCH /api/v1/organizations/{organization_id}/connections/{id}:enable`

Activate an existing connection for the specified organization. When enabled, users can authenticate using this connection. This endpoint changes the connection state from disabled to enabled without modifying other configuration settings

## Path parameters

- `organization_id` string, required
- `id` string, required

## Response `200`

Connection enabled successfully

- ConnectionsToggleConnectionResponse
  - `enabled` boolean — Current state of the connection after the operation. True means the connection is now enabled and can be used for authentication.
  - `error_message` string — Error message if the operation fails

---

[API](https://skmtc.net/scalekit/apis/scalekit-api-reference.md) · [All operations](https://skmtc.net/scalekit/apis/scalekit-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalekit/scalekit-api-reference/revisions/a40d5d4650e5/schema)
