Get all meetings user has participated in

Thanks Tommy :slight_smile:
Is there a way to get a list of all these meetings? (i don’t have meeting id)
The current logic we thought of is:

  1. get all account meeting list using Get/metrics/meetings
  2. join participants ids to the table with Get/metrics/meetings/{meetingid}/participants
  3. query rows where my user_id is participating

Is there a better approach for this issue or i’m in the right path?
(we try to avoid metrics because some of our customers don’t have business permissions(using pro…)

Thanks!

1 Like