{ "operationId": "batchApproveMeetingRegistrants", "method": "POST", "path": "/meetings/{meetingId}/registrants/approve", "summary": "Batch Approve Meeting Registrants", "requestExamples": [ { "contentType": "application/json", "example": { "sendEmail": true, "registrants": [ { "id": "6e341788-3bad-4bf0-8037-93709fe8b427" }, { "id": "8919b6bf-01f6-4693-9c0b-cc75e956ba06" } ] } } ], "responseExamples": [] }