Marketplace app not working due to scopes error despite adding scope

Yes, thank you. That’s what I was referring to with “I found past_meetings/{meetingId}/participants, which may achieve what we need”. The issue we’re running into with that endpoint is that it returns status 404 with error code 3001 if only the participant showed up at the meeting. We are looking for an endpoint that returns information about the meeting even if only one person shows up.

Oh @dnelson1 you just need to put the query parameter pastOne for meetings with only one user and it should be fine. Check out this blog for more guidance:

Thank you, Gianni. I couldn’t get that working, either. I met with our Zoom reps for a troubleshooting session, and they suggested that a meeting with only a user in the waiting room does not count as a single participant meeting, that the meeting needs to be started by the host in order to be queryable for participant information. So we’ll need to rely on webhooks to track attendance when only the participant shows up. But I think with all this other information, we will be able to rely on endpoints when just the host shows up.

Thanks again for all your help.

@dnelson1 ahh that is correct! If they were only in the waiting room, they will not count as a meeting participant, but there is a webhook for join waiting room. Once they join the waiting room, it will work. Glad they were able to help with that.