Platform APIEnterprise
Get a user's meeting history
List a user's meeting attendance history.
HTTP request
POST {API_ADDRESS}/rtc-meeting/get_user_meeting_historiesRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| userID | Yes | string | Participant user ID. |
| startTime | No | int | Range start in Unix milliseconds. |
| endTime | No | int | Range end in Unix milliseconds. |
| pagination | No | RequestPagination | Page settings. |
| status | Yes | string[] | Meeting status filters. |
Response
data.total is the matching count. data.meetingHistories contains UserMeetingHistory records.
Permissions and limits
- Available only in OpenIM Enterprise.
Was this page helpful?