# 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. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the organization. ## Body parameters Content-type: application/json - **ssoConnectorIds** (array[string]) The SSO connector IDs to add. ## Responses ### 201: The SSO connectors were added successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: The SSO connectors could not be added. Some of the SSO connectors may not exist. [Powered by Bump.sh](https://bump.sh)