---
title: "Get room participant details"
method: GET
path: "/conference_rooms/{id}/participants/{participant_id}"
tags: ["Conference"]
---

# Get room participant details

`GET /conference_rooms/{id}/participants/{participant_id}`

Get room participant details.

## Path parameters

- `id` string, required — The unique ID of the resource.
- `participant_id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `id` string — The unique ID of the resource.
  - `display_name` string — The display name of conference room participant.
  - `muted` boolean — Whether the participant is muted.
  - `chairman` boolean — Indicates whether the user is chairman of the conference room.
  - `position` integer — The position of room member. The member will not be displayed when *-1* is specified.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
