Is it possible to maual approve registrants via API for Zoom Meetings?

I am currently integrating the Zoom API for registering participants to a Zoom Meeting (not Webinar).
When the meeting is set to automatic approval, the registration and join URL retrieval via API works perfectly.

When the meeting is set to manual approval, the API successfully registers the participant in a pending state — which is expected.
However, when I try to approve the registrant using the following endpoint:

—> PATCH /v2/meetings/{meetingId}/registrants/status

I consistently receive the following error:

—> HTTP 404 - {“code”:2300,“message”:“This API endpoint is not recognized.”}

I’m using an OAuth Account-level app with the following scopes enabled:

  • meeting:write:registrant:admin
  • meeting:update:registrant_status:admin
  • (and other relevant scopes)

Could you please confirm:

  1. Is this endpoint supported for Zoom Meetings (not Webinars)?
  2. Or is registrant approval via API limited to Webinars only?

Thank you very much for your clarification.