---
title: "Get enabled SSO connectors by the given email's domain"
method: GET
path: "/api/experience/sso-connectors"
tags: ["Experience"]
---

# 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.

## Query parameters

- `email` string, email, required

## Response `200`

The enabled SSO connectors have been successfully retrieved.

- object
  - `connectorIds` string[], required — The list of enabled SSO connectorIds. Returns an empty array if no enabled SSO connectors are found.

## Other responses

- `400` — The email address is invalid, can not extract a valid domain from it.

---

[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/revisions/0287c6a59eba/schema)
