Endpoint
Authentication
Bearer token required.Path Parameters
string
required
The room’s unique ID.
Query Parameters
These parameters control the users sub-list, not the room itself:number
default:"50"
Number of users to return. Maximum
100.number
default:"0"
Number of users to skip.
string
Case-insensitive partial match on user name or ID.
string
ISO date string. Only return users created at or after this date.
string
ISO date string. Only return users created at or before this date.
Response
CollabKitRoom
The room object with merged analytics. See
CollabKitRoom.CollabKitUser[]
Paginated list of users in this room. See
CollabKitUser.number
Total number of users in the room.
number
The limit used for the users list.
number
The offset used for the users list.
Example
Response