Browse Platform API
Platform APIEnterprise

List a user's meetings

Copy

List meetings created or attended by a user, restricted to selected meeting statuses.

HTTP request

POST {API_ADDRESS}/rtc-meeting/get_meetings

Request 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

ParameterRequiredTypeDescription
userIDYesstringUser whose meetings are queried.
statusYesstring[]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.