Hi, I hope everyone is well.
I need to get a list of all the meetings the user has participated in - whether if he was the host or not, and whether the meeting was scheduled or not.
What is the best way to approach it using the API? I saw that user/meetings provide only meetings that he hosted…
Thanks Tommy
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:
get all account meeting list using Get/metrics/meetings
join participants ids to the table with Get/metrics/meetings/{meetingid}/participants
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…)