Find future meetings

Description
I want to find all the scheduled (future) meetings for today from all users. I tried to use the /metrics/meetings, but it only show the live or past meetings. Is there a endpoint for it?

Thanks.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
/v2/metrics/meetings

Hey @rafael.fernandes,

To get upcoming / scheduled meetings, you must use the List Users Meeting endpoint.

Make sure to use the type query param.

Thanks,
Tommy

Hi @tommy,

Thank you for your answer, but with the ’ /users/{userId}/meetings’ I can find only the meetings for one user, right? I need to find all meetings from all users.

Hey @rafael.fernandes,

Correct.

Unfortunately we don’t have an account level endpoint to get all the users upcoming meetings.

You could make your own endpoint for this by utilizing our Create Meeting webhook, or saving the responses when a meeting is created to a meetings table.

Thanks,
Tommy