---
title: "Get the authenticated user's provider user ID"
method: GET
path: "/me/providers/{providerType}"
tags: ["me"]
---

# Get the authenticated user's provider user ID

`GET /me/providers/{providerType}`

Returns the provider user ID associated with the authenticated user for a given provider type, or null if not set. Scoped to the current tenant.

## Path parameters

- `providerType` string, required

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-03-19** `7bbcecd856b2` — 1 breaking
  - api path removed without deprecation
- **2026-03-13** `58a77ebe1df4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/me/providers/:providerType/get.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)
