# 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. ## 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]) An array of SSO connector IDs to replace existing SSO connectors. ## Responses ### 204: The SSO connectors were replaced successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: The SSO connectors could not be replaced. Some of the SSO connectors may not exist. [Powered by Bump.sh](https://bump.sh)