Platform APIEnterprise
List a user's meetings
List meetings created or attended by a user, restricted to selected meeting statuses.
HTTP request
POST {API_ADDRESS}/rtc-meeting/get_meetingsRequest example
curl --request POST "${API_ADDRESS}/rtc-meeting/get_meetings" --header "Content-Type: application/json" --header "operationID: ${OPERATION_ID}" --header "token: ${TOKEN}" --data-raw '{"userID":"user_001","status":["scheduled"]}'Request body
| Parameter | Required | Type | Description |
|---|---|---|---|
| userID | Yes | string | User whose meetings are queried. |
| status | Yes | string[] | Meeting status filters. |
Response
data.meetingDetails contains MeetingInfoSetting records.
Errors
See Error codes.
Permissions and limits
- Available only in OpenIM Enterprise.
- Status values must match those supported by the delivered meeting service.
Related pages
Was this page helpful?