# Get organization JIT SSO connectors **GET /api/organizations/{id}/jit/sso-connectors** Get 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. #### Query parameters - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200: A list of SSO connectors. #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **id** (string) - **providerName** (string) - **connectorName** (string) - **config** (object) arbitrary - **domains** (array[string]) - **branding** (object) - **syncProfile** (boolean) - **enableTokenStorage** (boolean) - **createdAt** (number) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)