---
title: "List meeting participants"
method: GET
path: "/user/meetings/{id}/participants"
tags: ["User"]
---

# List meeting participants

`GET /user/meetings/{id}/participants`

Retrieve a collection of meeting participants.

## Path parameters

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

## Response `200`

OK

- object
  - `items` 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)
