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

# Add organization JIT SSO connectors

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

Add new enterprise SSO connectors for just-in-time provisioning of users in the organization.

## Path parameters

- `id` string, required

## Request body

- object
  - `ssoConnectorIds` string[], required — The SSO connector IDs to add.

## Response `201`

The SSO connectors were added successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — The SSO connectors could not be added. 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)
