Get enabled SSO connectors by the given email's domain
Extract the email domain from the provided email address. Returns all the enabled SSO connectors that match the email domain.
Query parameters
-
The email address to find the enabled SSO connectors.
GET /api/experience/sso-connectors
curl \
-X GET https://[tenant_id].logto.app/api/experience/sso-connectors?email=hello%40example.com
Response examples (200)
{
"connectorIds": [
"string"
]
}