Endpoint
Authentication
Bearer token required. This endpoint accepts either an account API token or a user JWT. The client SDK uses this endpoint internally forclient.users.list(...).
Query Parameters
The room ID to list users for.
Number of users to return. Maximum
100.Number of users to skip for pagination.
Case-insensitive partial match on user name or ID.
Response
Array of user objects. See
CollabKitUser.Total number of users matching the query.
The limit used in this request.
The offset used in this request.
Example
Response