Get Meeting Participant and Invitee Data From the Api With Minimal Api Calls

Hi,
We’re using the Zoom apis to get data about meetings and had 2 questions:

  1. According to the documentation: Zoom Meeting API, it appears that the api should return a property “participants_count_my_account.” However, when we try out the api we do NOT see that property in the api results. Can you verify whether this a mistake in the documentation, or if there is a way for us to get back that property?
  2. Is there any api call that will return both the meeting invitees, and the actual meeting participants? From what we’ve seen, we’ll need to hit 2 separate apis for this, “Get meeting participants” (Zoom Meeting API) and “Get a meting.” (Zoom Meeting API)
    Is there another, more efficient way?
    Thank you very much.