---
title: "Retrieve Linked Users"
method: GET
path: "/linked_users/{id}"
tags: ["linkedUsers"]
---

# Retrieve Linked Users

`GET /linked_users/{id}`

## Path parameters

- `id` string, required

## Response `200`

- LinkedUserResponse
  - `id_linked_user` string, nullable, required
  - `linked_user_origin_id` string, nullable, required
  - `alias` string, nullable, required
  - `id_project` string, nullable, required

## Changes

- **2024-08-05** `6a3315de88c5` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2024-08-05** `ca0fa45ebd05` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/linked_users/:id/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ef360d76c658/schema)
