---
title: "GET /api/v1/users/{user}/linkedIdentities/{linkedIdentity}"
method: GET
path: "/api/v1/users/{user}/linkedIdentities/{linkedIdentity}"
tags: ["UserService"]
---

# GET /api/v1/users/{user}/linkedIdentities/{linkedIdentity}

`GET /api/v1/users/{user}/linkedIdentities/{linkedIdentity}`

GetLinkedIdentity gets a linked SSO identity for a user.

## Path parameters

- `user` string, required
- `linkedIdentity` string, required

## Response `200`

OK

- LinkedIdentity — LinkedIdentity represents an SSO identity linked to a user account.
  - `name` string — The resource name of the linked identity. Format: users/{user}/linkedIdentities/{linked_identity}
  - `idpName` string — The resource name of the identity provider. Format: identity-providers/{idp}
  - `externUid` string — The external user identifier from the identity provider.

## Other responses

- `default` — Default error response

## Changes

> 63 revisions in range; 51 could not be searched.

- **2025-12-15** `d740073f088f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/usememos/apis/untitled-api/changes/api/v1/users/:user/linkedIdentities/:linkedIdentity/get.md)

---

[API](https://skmtc.dev/usememos/apis/untitled-api.md) · [All operations](https://skmtc.dev/usememos/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usememos/untitled-api/revisions/9f2688df7c2e/schema)
