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

## Changes

- **2026-04-30** `99490d1e837e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/sso/email-lookup/post.md)

---

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