---
title: "Lookup Sso By Email"
method: POST
path: "/api/v1/sso/email-lookup"
tags: ["auth"]
---

# Lookup Sso By Email

`POST /api/v1/sso/email-lookup`

Look up SSO providers available for a SCIM-provisioned email address.

## Request body

- SSOEmailLookupRequest
  - `email` string, required

## Response `200`

Successful Response

- SSOProviderSlim[]
  - `provider_id` string, uuid, required
  - `organization_id` string, uuid, required
  - `organization_display_name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
