List chat room participants

Returns a list of participants in a chat room where you are a participant.

Returns 404 if the chat room doesn’t exist or you’re not a participant (security-first: doesn’t leak room existence).

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

chat_idstringRequiredformat: "uuid"
Chat Room ID

Query parameters

participant_typeenumOptional
Filter by participant type
Allowed values:

Response

Chat Room Participants
datalist of objects

Errors