---
title: "Replace organization JIT SSO connectors"
method: PUT
path: "/api/organizations/{id}/jit/sso-connectors"
tags: ["Organizations"]
---

# Replace organization JIT SSO connectors

`PUT /api/organizations/{id}/jit/sso-connectors`

Replace all enterprise SSO connectors for just-in-time provisioning of users in the organization with the given data.

## Path parameters

- `id` string, required

## Request body

- object
  - `ssoConnectorIds` string[], required — An array of SSO connector IDs to replace existing SSO connectors.

## Response `204`

The SSO connectors were replaced successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — The SSO connectors could not be replaced. Some of the SSO connectors may not exist.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
