---
title: "Get all personas linked to a user"
method: GET
path: "/v1/personas/linked/{user_id}"
tags: ["v1 personas"]
---

# Get all personas linked to a user

`GET /v1/personas/linked/{user_id}`

Returns all personas that a user is linked to (whose memories the user inherits).

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- LinkedPersonasResponse — Response for listing personas linked to a user
  - `personas` PersonaResponse[], required
    - `persona_id` string, required
    - `user_id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `created_at` string, date-time, required
    - `user_name` string, nullable, required
    - `user_email` string, nullable, required
  - `total_count` integer, required
  - `user_id` string, required

## Other responses

- `401` — Unauthorized
- `404` — User not found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/elicitlabs/apis/elicit-labs-api.md) · [All operations](https://skmtc.net/elicitlabs/apis/elicit-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elicitlabs/elicit-labs-api/revisions/27701839a070/schema)
