Can "restrict number of registrants" be set in Meetings API

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/users/{userID}/meetings

When I create a meeting, I would like to restrict the number of registrants programmatically so that another individual can’t register later for the meeting and wait for approval. When I create the meeting, I know how many registrants I have, so I would like to set “restrict number of registrants” field to that number. I have scanned the API fields and I am not seeing it. Can it be set programmatically?

Thanks!