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_id
Chat Room ID
Query parameters
participant_type
Filter by participant type
Allowed values:
Response
Chat Room Participants
data