---
title: "Get Conversation Participants"
method: GET
path: "/api/v1/conversations/{uuid}/participants"
tags: ["Conversations"]
---

# Get Conversation Participants

`GET /api/v1/conversations/{uuid}/participants`

## Path parameters

- `uuid` string, required

## Response `200`

Conversation participants retrieved successfully

- object[]
  - `id` integer
  - `first_name` string
  - `last_name` string
  - `avatar_url` string, nullable

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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