List room members
Authentication
Path parameters
Room ID
(format {prefix}-room-{uuid}). The UUID portion is lowercase
hexadecimal — uppercase hex is rejected with 400.
Query parameters
Optional cap on the number of members to return. Omit to return every
member of the room (never clamped); when set, at most this many are
returned. A non-positive value returns 400.
Response
true when more members matched than limit allowed;
raise limit to retrieve all of them.