# Get enabled SSO connectors by the given email's domain **GET /api/experience/sso-connectors** Extract the email domain from the provided email address. Returns all the enabled SSO connectors that match the email domain. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters #### Query parameters - **email** (string(email)) The email address to find the enabled SSO connectors. ## Responses ### 200: The enabled SSO connectors have been successfully retrieved. #### Body Parameters: application/json (object) - **connectorIds** (array[string]) The list of enabled SSO connectorIds. Returns an empty array if no enabled SSO connectors are found. ### 400: The email address is invalid, can not extract a valid domain from it. [Powered by Bump.sh](https://bump.sh)