Liveblocks

Official
by liveblocks

get-thread-participants

Retrieve participant details for a specific thread within a Liveblocks room, using roomId and threadId for precise identification.

Instructions

Get a Liveblocks thread's participants

Input Schema

NameRequiredDescriptionDefault
roomIdYes
threadIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "roomId": { "type": "string" }, "threadId": { "type": "string" } }, "required": [ "roomId", "threadId" ], "type": "object" }
ID: x714wi36o5