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:
cursor
Cursor for keyset pagination (from previous response next_cursor)
limit
Items per page for cursor pagination (default: 20, max: 100)
pageDeprecated
Page number (deprecated — use cursor; sunset 2026-10-01)
page_sizeDeprecated
Items per page (deprecated — use limit; sunset 2026-10-01)
Response
Chat Room Participants
data
metadata
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error