---
title: "Get user details"
method: GET
path: "/room/{id}/user/{userId}"
tags: ["room"]
deprecated: true
---

# Get user details

`GET /room/{id}/user/{userId}`

> **Deprecated.**

## Path parameters

- `id` string, required
- `userId` string, required

## Response `200`

Success

- GetRoomUserResponse
  - `id` string — The ID of the user
  - `joinedAt` integer — Timestamp (in milliseconds) at which the user joined
  - `name` string — The display name of the user
  - `isPublisher` boolean — Whether a user is allowed to publish audio/video tracks
  - `metadata` string — User defined payload to store for the participant

## Other responses

- `default` — Error

## Changes

- **2024-05-17** `fc477586b24c` — 1 breaking
  - the response property `errors` became optional for the status `default`
- **2024-04-23** `d0909f9b9414` — 3 info
  - api operation id `getRoomUser` was added
  - api tag `room` added
  - endpoint deprecated

[Change history](https://skmtc.dev/livepeer/apis/livepeer-api-reference/changes/room/:id/user/:userId/get.md)

---

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