Update registrant's status
PUT {{baseUrl}}/meetings/:meetingId/registrants/status?occurrence_id=<string>
Update a meeting registrant's status by either approving, cancelling or denying a registrant from joining the meeting.
Scopes: meeting:write:admin
,meeting:write
Rate Limit Label: Medium
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
occurrence_id | string | The meeting or webinar occurrence ID. |
Request Body
{"action"=>"deny", "registrants"=>[{"email"=>"<string>", "id"=>"<string>"}, {"email"=>"<string>", "id"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |